]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/concurrencytest: fix for locating meta-selftest
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 19 Dec 2018 02:38:00 +0000 (18:38 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Dec 2018 11:11:41 +0000 (11:11 +0000)
commit56d2493a9adfcc47ae7e265439e05ff42cdbbbbf
tree02230ed0d80630c3d3aae9b126ca3c645418eaa7
parent95659bed3f6f3216b346f70cfc9ffae9788c0fc1
oeqa/concurrencytest: fix for locating meta-selftest

The previous code assumed builddir and meta-selftest are in the same dir, but
this isn't always true, builddir can be anywhere, use get_test_layer() to
locate meta-selftest can fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/utils/concurrencytest.py