summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py')
-rw-r--r--import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py b/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py
deleted file mode 100644
index 0cae02e75..000000000
--- a/import-layers/yocto-poky/meta/lib/oeqa/core/tests/cases/oetag.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-from oeqa.core.decorator.oetag import OETestTag
-
-class TagTest(OETestCase):
-
- @OETestTag('goodTag')
- def testTagGood(self):
- self.assertTrue(True, msg='How is this possible?')
-
- @OETestTag('otherTag')
- def testTagOther(self):
- self.assertTrue(True, msg='How is this possible?')
-
- def testTagNone(self):
- self.assertTrue(True, msg='How is this possible?')
OpenPOWER on IntegriCloud