]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: Use extraresults on self instead of self.tc
authorNathan Rossi <nathan@nathanrossi.com>
Sat, 7 Sep 2019 12:55:06 +0000 (12:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Sep 2019 20:52:27 +0000 (21:52 +0100)
commit6a1b0c2003a0b4a1983f9494440e6ea02dc25585
tree34329aa16f5aa02c2a154a674a1d23d75290b8b1
parent0becf9c1fabb080a2481ebdacef6221f52301621
oeqa/selftest: Use extraresults on self instead of self.tc

In order to take advantage of multiprocess execution of tests the
extraresults must be passed through the TestResult. With changes to how
oeqa/core handles test cases the extraresults attribute of the testcase
is passed to the TestResult, with passing across process boundaries
handled automatically.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/binutils.py
meta/lib/oeqa/selftest/cases/gcc.py
meta/lib/oeqa/selftest/cases/glibc.py
meta/lib/oeqa/selftest/cases/reproducible.py