]> code.ossystems Code Review - openembedded-core.git/commit
wic tests: Move wic tests to oe-selftest infra
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 30 Apr 2015 10:33:40 +0000 (13:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 May 2015 10:39:46 +0000 (11:39 +0100)
commit2a7f16b19d78186ed6c2eb119ec102c645596b87
treea643c711b9c8ba608fedb03eecce4bd61db0fa03
parent3a7ea88528619fdc9d2a0cc0d136e339126e8861
wic tests: Move wic tests to oe-selftest infra

Modified existing wic test modules to work with oe-selftest
infrastructure.

$ oe-selftest --run-tests wic
...
test01_help (oeqa.selftest.wic.Wic)
Test wic --help ... ok
test02_createhelp (oeqa.selftest.wic.Wic)
Test wic create --help ... ok
test03_listhelp (oeqa.selftest.wic.Wic)
Test wic list --help ... ok
test04_build_image_name (oeqa.selftest.wic.Wic)
Test wic create directdisk --image-name core-image-minimal ... ok
test05_build_artifacts (oeqa.selftest.wic.Wic)
Test wic create directdisk providing all artifacts. ... ok

----------------------------------------------------------------------
Ran 5 tests in 6.434s

OK

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/wic.py [new file with mode: 0644]
scripts/setup.cfg [deleted file]
scripts/tests/01_wic_test_help.py [deleted file]
scripts/tests/02_wic_test_directdisk.py [deleted file]