diff options
author | Daniel Istrate <daniel.alexandrux.istrate@intel.com> | 2015-10-15 16:16:37 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 22:56:06 +0100 |
commit | b67b1a426ddf7a1807864e17f2bf69c84c21392f (patch) | |
tree | 151c57ef5b373e9c0e47bb7a7c320e20ac38d639 /meta/lib/oeqa/selftest | |
parent | e1911205816e42c071d011f2c52f471251364735 (diff) | |
download | poky-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/oeqa/selftest')
-rw-r--r-- | meta/lib/oeqa/selftest/wic.py | 2 |
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 " |