summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/lib/oeqa/core/tests/cases/loader
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/lib/oeqa/core/tests/cases/loader')
-rw-r--r--external/poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py15
-rw-r--r--external/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py5
2 files changed, 4 insertions, 16 deletions
diff --git a/external/poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py b/external/poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py
deleted file mode 100644
index 038d4459..00000000
--- a/external/poky/meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
-
-from oeqa.core.case import OETestCase
-
-class AnotherIDTest(OETestCase):
-
- def testAnotherIdGood(self):
- self.assertTrue(True, msg='How is this possible?')
-
- def testAnotherIdOther(self):
- self.assertTrue(True, msg='How is this possible?')
-
- def testAnotherIdNone(self):
- self.assertTrue(True, msg='How is this possible?')
diff --git a/external/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py b/external/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
index c9ffd177..bedc20c8 100644
--- a/external/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
+++ b/external/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py
@@ -1,5 +1,8 @@
+#
# Copyright (C) 2016 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
+#
+# SPDX-License-Identifier: MIT
+#
from oeqa.core.case import OETestCase