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