summaryrefslogtreecommitdiffstats
path: root/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py')
-rw-r--r--poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py b/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
new file mode 100644
index 000000000..c9ffd1777
--- /dev/null
+++ b/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
@@ -0,0 +1,9 @@
+# Copyright (C) 2016 Intel Corporation
+# Released under the MIT license (see COPYING.MIT)
+
+from oeqa.core.case import OETestCase
+
+class AnotherTest(OETestCase):
+
+ def testAnother(self):
+ self.assertTrue(True, msg='How is this possible?')
OpenPOWER on IntegriCloud