diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/wic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index ccbc82ed9b..b84466d9ae 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py | |||
@@ -623,7 +623,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r | |||
623 | self.assertTrue(os.path.islink(path)) | 623 | self.assertTrue(os.path.islink(path)) |
624 | self.assertTrue(os.path.isfile(os.path.realpath(path))) | 624 | self.assertTrue(os.path.isfile(os.path.realpath(path))) |
625 | 625 | ||
626 | @OETestID(1422) | 626 | @OETestID(1424) |
627 | @only_for_arch(['i586', 'i686', 'x86_64']) | 627 | @only_for_arch(['i586', 'i686', 'x86_64']) |
628 | def test_qemu(self): | 628 | def test_qemu(self): |
629 | """Test wic-image-minimal under qemu""" | 629 | """Test wic-image-minimal under qemu""" |