summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorDaniel Istrate <daniel.alexandrux.istrate@intel.com>2015-10-15 16:16:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 22:56:06 +0100
commitb67b1a426ddf7a1807864e17f2bf69c84c21392f (patch)
tree151c57ef5b373e9c0e47bb7a7c320e20ac38d639 /meta/lib
parente1911205816e42c071d011f2c52f471251364735 (diff)
downloadpoky-b67b1a426ddf7a1807864e17f2bf69c84c21392f.tar.gz
oeqa/selftest/wic: corrected testcase decorator for test18_iso_image
Changed testcase decorator for TC test18_iso_image from 1264 to 1346. (From OE-Core rev: b845330133de6d47b63a03208aa083cf08801634) Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-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 "