]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: Standardise seperate builddir for concurrent and non-concurrent selftest
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Feb 2020 18:19:49 +0000 (18:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Feb 2020 09:37:03 +0000 (09:37 +0000)
commit50238b0717b04e0a1fa69d618e8c8aa8445a80b0
tree2179bf252b807fdadd34ff3017a4fe370a2dfa68
parentd9c62ffac611310efd47ed6397d31dccb72fe868
oeqa/selftest: Standardise seperate builddir for concurrent and non-concurrent selftest

Currently oe-selftest reuses the current build directory and the concurrent
version run with -j does not.

Standardise and use a separate new build directory in both cases. This will lead
to simpler code and more reliable user run tests.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/context.py
meta/lib/oeqa/core/utils/concurrencytest.py
meta/lib/oeqa/selftest/context.py