]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: move lib/oe tests to oe-selftest
authorRoss Burton <ross.burton@intel.com>
Tue, 13 Dec 2016 16:31:02 +0000 (16:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2016 08:30:00 +0000 (08:30 +0000)
commit2001979ad41e6fdd5a37b0f90a96708f39c9df07
tree62a425dfba8a12c5086d11622802aa72eeea421f
parenta8e7c5b415b99973c39a7ddd57cae45695fb0119
oeqa: move lib/oe tests to oe-selftest

These tests don't get ran often (as demonstrated by the fact that some were not
ported to Python 3), so move them to oeqa/selftest so they get executed
frequently and can be extended easily.

[ YOCTO #7376 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/oelib/__init__.py [moved from meta/lib/oe/tests/__init__.py with 100% similarity]
meta/lib/oeqa/selftest/oelib/elf.py [moved from meta/lib/oe/tests/test_elf.py with 100% similarity]
meta/lib/oeqa/selftest/oelib/license.py [moved from meta/lib/oe/tests/test_license.py with 100% similarity]
meta/lib/oeqa/selftest/oelib/path.py [moved from meta/lib/oe/tests/test_path.py with 100% similarity]
meta/lib/oeqa/selftest/oelib/types.py [moved from meta/lib/oe/tests/test_types.py with 79% similarity]
meta/lib/oeqa/selftest/oelib/utils.py [moved from meta/lib/oe/tests/test_utils.py with 96% similarity]