]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest: wic: fix test_iso_image test case
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 16 Jan 2017 15:20:45 +0000 (17:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:13:29 +0000 (14:13 +0000)
Added "iso" to IMAGE_FSTYPES to build iso artifacts required
to fix test of isoimage-isohybrid wic plugin.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/lib/oeqa/selftest/wic.py

index dce83babd486b75bfa91f25427debb02a6f78665..6a6b54c9735dcc9f6f53109fe7e10fa694674246 100644 (file)
@@ -42,7 +42,8 @@ class Wic(oeSelfTest):
 
     def setUpLocal(self):
         """This code is executed before each test method."""
-        self.write_config('MACHINE_FEATURES_append = " efi"\n')
+        self.write_config('IMAGE_FSTYPES = "iso"\n'
+                          'MACHINE_FEATURES_append = " efi"\n')
 
         # Do this here instead of in setUpClass as the base setUp does some
         # clean up which can result in the native tools built earlier in