]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/cases/selftest.py: rename to _selftest.py
authorChen Qi <Qi.Chen@windriver.com>
Mon, 4 Jun 2018 03:10:07 +0000 (11:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Jun 2018 17:01:29 +0000 (18:01 +0100)
commit64979b2b360f10ce9cea77a7a10bafee5542ce31
tree0815de41bab9e5f7d1efc9297369698532dc9e95
parent0cf3f18b0dfef049046a5c13418fc72ef5e6ebe3
oeqa/runtime/cases/selftest.py: rename to _selftest.py

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@windriver.com>
fix _selftest

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/lib/oeqa/runtime/cases/_selftest.py [moved from meta-selftest/lib/oeqa/runtime/cases/selftest.py with 94% similarity]
meta/lib/oeqa/selftest/cases/runtime_test.py