[oe-commits] [openembedded-core] 02/02: oeqa/selftest/cases/wic: update OETestID decorator for test_qemu

git at git.openembedded.org git at git.openembedded.org
Thu Dec 21 10:21:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d214b1dc9339c4873156934f5291b9373a11471f
Author: Joshua Lock <joshua.g.lock at intel.com>
AuthorDate: Tue Dec 19 17:13:12 2017 +0000

    oeqa/selftest/cases/wic: update OETestID decorator for test_qemu
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/wic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py
index ccbc82e..b84466d 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
             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"""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list