From b67b1a426ddf7a1807864e17f2bf69c84c21392f Mon Sep 17 00:00:00 2001 From: Daniel Istrate Date: Thu, 15 Oct 2015 16:16:37 +0300 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/wic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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): self.assertEqual(1, len(glob(self.resultdir + \ "%(wks)s-*.direct" % vars))) - @testcase(1264) + @testcase(1346) def test18_iso_image(self): """Test creation of hybrid iso image with legacy and EFI boot""" self.assertEqual(0, runCmd("wic create mkhybridiso " -- cgit v1.2.3-54-g00ecf