summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/boot.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/boot.py b/meta/lib/oeqa/runtime/cases/boot.py
index 2142f400a0..e1ad88a174 100644
--- a/meta/lib/oeqa/runtime/cases/boot.py
+++ b/meta/lib/oeqa/runtime/cases/boot.py
@@ -13,7 +13,7 @@ from oeqa.core.decorator.data import skipIfQemu
13class BootTest(OERuntimeTestCase): 13class BootTest(OERuntimeTestCase):
14 14
15 @OETimeout(120) 15 @OETimeout(120)
16 @skipIfQemu('qemuall', 'Test only runs on real hardware') 16 @skipIfQemu()
17 @OETestDepends(['ssh.SSHTest.test_ssh']) 17 @OETestDepends(['ssh.SSHTest.test_ssh'])
18 def test_reboot(self): 18 def test_reboot(self):
19 output = '' 19 output = ''