diff options
Diffstat (limited to 'scripts/lib/compatlayer/context.py')
-rw-r--r-- | scripts/lib/compatlayer/context.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/lib/compatlayer/context.py b/scripts/lib/compatlayer/context.py deleted file mode 100644 index 7811d4ac20..0000000000 --- a/scripts/lib/compatlayer/context.py +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # Copyright (C) 2017 Intel Corporation | ||
2 | # Released under the MIT license (see COPYING.MIT) | ||
3 | |||
4 | import os | ||
5 | import sys | ||
6 | import glob | ||
7 | import re | ||
8 | |||
9 | from oeqa.core.context import OETestContext | ||
10 | |||
11 | class CompatLayerTestContext(OETestContext): | ||
12 | def __init__(self, td=None, logger=None, layer=None, test_software_layer_signatures=True): | ||
13 | super(CompatLayerTestContext, self).__init__(td, logger) | ||
14 | self.layer = layer | ||
15 | self.test_software_layer_signatures = test_software_layer_signatures | ||