[oe-commits] [openembedded-core] 15/15: oeqa/selftest: Markup other 'machine' specific test cases

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 21:28:46 UTC 2019


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

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

commit f934c2068867c5c41c1c8cfde289c425e68575a9
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Sep 3 22:25:40 2019 +0100

    oeqa/selftest: Markup other 'machine' specific test cases
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/meta_ide.py | 1 +
 meta/lib/oeqa/selftest/cases/runqemu.py  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/lib/oeqa/selftest/cases/meta_ide.py b/meta/lib/oeqa/selftest/cases/meta_ide.py
index f47bc70..641c923 100644
--- a/meta/lib/oeqa/selftest/cases/meta_ide.py
+++ b/meta/lib/oeqa/selftest/cases/meta_ide.py
@@ -8,6 +8,7 @@ from oeqa.utils.commands import bitbake, get_bb_vars, runCmd
 import tempfile
 import shutil
 
+ at OETestTag("machine")
 class MetaIDE(OESelftestTestCase):
 
     @classmethod
diff --git a/meta/lib/oeqa/selftest/cases/runqemu.py b/meta/lib/oeqa/selftest/cases/runqemu.py
index b88ae30..4657a20 100644
--- a/meta/lib/oeqa/selftest/cases/runqemu.py
+++ b/meta/lib/oeqa/selftest/cases/runqemu.py
@@ -147,6 +147,7 @@ SYSLINUX_TIMEOUT = "10"
 # dedicated for MACHINE=qemux86-64 where it test that qemux86-64 will
 # bootup various filesystem types, including live image(iso and hddimg)
 # where live image was not supported on all qemu architecture.
+ at OETestTag("machine")
 class QemuTest(OESelftestTestCase):
 
     @classmethod

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


More information about the Openembedded-commits mailing list