[OE-core] [PATCH 06/14] oeqa/runtime/cases/selftest.py: rename to _selftest.py

Richard Purdie richard.purdie at linuxfoundation.org
Wed Jun 6 10:30:50 UTC 2018


On Mon, 2018-06-04 at 11:10 +0800, Chen Qi wrote:
> This test modules is designed to be invoked only by selftest. It's
> not meant to be tested by normal runtime test. So it should be
> renamed
> with '_' prefix, so that it will not be automatically loaded by
> normal
> runtime tests when 'auto' is in TEST_SUITES.
> 
> The failure message is as below.
> 
>   RESULTS - selftest.Selftest.test_install_package - Testcase -1:
> FAILED
> 
> Also, change selftest/cases/runtime_test.py to use '_selftest'
> accordingly.
> 
> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
> 
> fix _selftest
> 
> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
> ---
>  meta-selftest/lib/oeqa/runtime/cases/{selftest.py => _selftest.py} |
> 2 +-
>  meta/lib/oeqa/selftest/cases/runtime_test.py                       |
> 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-selftest/lib/oeqa/runtime/cases/{selftest.py =>
> _selftest.py} (94%)
> 


Sorry but this is still failing:

https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1098/steps/Running%20oe-selftest/logs/stdio

Cheers,

Richard



More information about the Openembedded-core mailing list