]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/wic: fix cleaning
authorRoss Burton <ross.burton@intel.com>
Thu, 15 Oct 2015 15:53:47 +0000 (16:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Oct 2015 21:55:02 +0000 (22:55 +0100)
commit2285ff17a391fa22f2095da701bc6f2c9615ae7b
tree0befae251887f192d7709801b8840c75be623feb
parentb845330133de6d47b63a03208aa083cf08801634
oeqa/selftest/wic: fix cleaning

In some situations the native tools built in setUpClass() are wiped from the
sysroot by the time the tests are executed, likely due to the cleanup performed
in the base setUp() method.

Avoid this by doing all of the preparatory building in setUpLocal.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/wic.py