summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py')
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py b/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py
deleted file mode 100644
index 7b5b48141..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/runtime/cases/_qemutiny.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from oeqa.runtime.case import OERuntimeTestCase
-
-class QemuTinyTest(OERuntimeTestCase):
-
- def test_boot_tiny(self):
- status, output = self.target.run_serial('uname -a')
- msg = "Cannot detect poky tiny boot!"
- self.assertTrue("yocto-tiny" in output, msg)
OpenPOWER on IntegriCloud