We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0d3ef commit fc81640Copy full SHA for fc81640
scripts/pylib/twister/twisterlib/testplan.py
@@ -49,6 +49,8 @@
49
from devicetree import edtlib # pylint: disable=unused-import
50
51
sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/"))
52
+
53
54
class Filters:
55
# platform keys
56
PLATFORM_KEY = 'platform key filter'
@@ -68,11 +70,16 @@ class Filters:
68
70
MODULE = 'Module filter'
69
71
# in case of missing env. variable required for a platform
72
ENVIRONMENT = 'Environment filter'
73
74
75
class TestLevel:
76
name = None
77
levels = []
78
scenarios = []
79
80
81
class TestConfiguration:
82
+ __test__ = False
83
tc_schema_path = os.path.join(
84
ZEPHYR_BASE,
85
"scripts",
0 commit comments