summaryrefslogtreecommitdiffstats
path: root/poky/scripts/lib/checklayer/case.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/lib/checklayer/case.py')
-rw-r--r--poky/scripts/lib/checklayer/case.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/poky/scripts/lib/checklayer/case.py b/poky/scripts/lib/checklayer/case.py
new file mode 100644
index 000000000..9dd00412e
--- /dev/null
+++ b/poky/scripts/lib/checklayer/case.py
@@ -0,0 +1,7 @@
+# Copyright (C) 2017 Intel Corporation
+# Released under the MIT license (see COPYING.MIT)
+
+from oeqa.core.case import OETestCase
+
+class OECheckLayerTestCase(OETestCase):
+ pass
OpenPOWER on IntegriCloud