aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/_qemutiny.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/_qemutiny.py')
-rw-r--r--meta/lib/oeqa/runtime/_qemutiny.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/lib/oeqa/runtime/_qemutiny.py b/meta/lib/oeqa/runtime/_qemutiny.py
deleted file mode 100644
index a3c29f3572..0000000000
--- a/meta/lib/oeqa/runtime/_qemutiny.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import unittest
-from oeqa.oetest import oeRuntimeTest
-from oeqa.utils.qemutinyrunner import *
-
-class QemuTinyTest(oeRuntimeTest):
-
- def test_boot_tiny(self):
- (status, output) = self.target.run_serial('uname -a')
- self.assertTrue("yocto-tiny" in output, msg="Cannot detect poky tiny boot!") \ No newline at end of file
ef='#n119'>119 120 121 122 123 124 125 126