Bug 6705.

Signed-off-by: Lucian Musat <[email protected]>
---
 meta/lib/oeqa/runtime/_qemutiny.py | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta/lib/oeqa/runtime/_qemutiny.py

diff --git a/meta/lib/oeqa/runtime/_qemutiny.py 
b/meta/lib/oeqa/runtime/_qemutiny.py
new file mode 100644
index 0000000..a3c29f3
--- /dev/null
+++ b/meta/lib/oeqa/runtime/_qemutiny.py
@@ -0,0 +1,9 @@
+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
-- 
2.1.0

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to