From 2a7f16b19d78186ed6c2eb119ec102c645596b87 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 30 Apr 2015 13:33:40 +0300 Subject: 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 Signed-off-by: Richard Purdie --- scripts/setup.cfg | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 scripts/setup.cfg (limited to 'scripts/setup.cfg') diff --git a/scripts/setup.cfg b/scripts/setup.cfg deleted file mode 100644 index f378efa642..0000000000 --- a/scripts/setup.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[nosetests] -verbosity=2 -exe=1 -with-coverage=1 -cover-erase=1 -cover-package=wic,image,wic.imager -- cgit v1.2.3