[OE-core] [PATCH 3/3] oeqa/runtime: Boot test for poky-tiny.

Lucian Musat george.l.musat at intel.com
Thu Apr 9 08:08:12 UTC 2015


Bug 6705.

Signed-off-by: Lucian Musat <george.l.musat at intel.com>
---
 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




More information about the Openembedded-core mailing list