summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/runtime_test.py
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-31 19:29:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-01 23:11:37 +0100
commitfcc9c0ab37d1280538490a8069baf94984b38853 (patch)
treec70166d56bdbfdddce182ce9c55880b85dfcf977 /meta/lib/oeqa/selftest/cases/runtime_test.py
parent416cce968d3abb85177287cc1e497867d0472755 (diff)
downloadpoky-fcc9c0ab37d1280538490a8069baf94984b38853.tar.gz
oeqa: rationalise skipifqemu decorators
(From OE-Core rev: 1a3a37cc2b16a8d5cd2258b0b35be43baa363f67) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/runtime_test.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/runtime_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index 7b7371b6e0..2ad89490fc 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -281,7 +281,7 @@ class Postinst(OESelftestTestCase):
281 281
282 282
283 283
284 @skipIfNotQemu('qemuall', 'Test only runs in qemu') 284 @skipIfNotQemu()
285 def test_postinst_rootfs_and_boot_sysvinit(self): 285 def test_postinst_rootfs_and_boot_sysvinit(self):
286 """ 286 """
287 Summary: The purpose of this test case is to verify Post-installation 287 Summary: The purpose of this test case is to verify Post-installation
@@ -302,7 +302,7 @@ class Postinst(OESelftestTestCase):
302 self.init_manager_loop("sysvinit") 302 self.init_manager_loop("sysvinit")
303 303
304 304
305 @skipIfNotQemu('qemuall', 'Test only runs in qemu') 305 @skipIfNotQemu()
306 def test_postinst_rootfs_and_boot_systemd(self): 306 def test_postinst_rootfs_and_boot_systemd(self):
307 """ 307 """
308 Summary: The purpose of this test case is to verify Post-installation 308 Summary: The purpose of this test case is to verify Post-installation