summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r--meta/lib/oeqa/selftest/wic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index 7625505463..f4c22f789c 100644
--- a/meta/lib/oeqa/selftest/wic.py
+++ b/meta/lib/oeqa/selftest/wic.py
@@ -190,7 +190,7 @@ class Wic(oeSelfTest):
190 self.assertEqual(1, len(glob(self.resultdir + \ 190 self.assertEqual(1, len(glob(self.resultdir + \
191 "%(wks)s-*.direct" % vars))) 191 "%(wks)s-*.direct" % vars)))
192 192
193 @testcase(1264) 193 @testcase(1346)
194 def test18_iso_image(self): 194 def test18_iso_image(self):
195 """Test creation of hybrid iso image with legacy and EFI boot""" 195 """Test creation of hybrid iso image with legacy and EFI boot"""
196 self.assertEqual(0, runCmd("wic create mkhybridiso " 196 self.assertEqual(0, runCmd("wic create mkhybridiso "