]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/cases/wic: update OETestID decorator for test_qemu
authorJoshua Lock <joshua.g.lock@intel.com>
Tue, 19 Dec 2017 17:13:12 +0000 (17:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Dec 2017 10:20:24 +0000 (10:20 +0000)
Test case ID 1422 is not correct for this issue, the correct test
case ID for test_qemu is 1424.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/wic.py

index ccbc82ed9b4693d835b011af15aa30f276d53d27..b84466d9aefa381ab93b65baf53cac18765be2db 100644 (file)
@@ -623,7 +623,7 @@ part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --r
             self.assertTrue(os.path.islink(path))
             self.assertTrue(os.path.isfile(os.path.realpath(path)))
 
-    @OETestID(1422)
+    @OETestID(1424)
     @only_for_arch(['i586', 'i686', 'x86_64'])
     def test_qemu(self):
         """Test wic-image-minimal under qemu"""