summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-definitions-ci.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-definitions-ci.py b/test-definitions-ci.py
index 40b0572..7483718 100644
--- a/test-definitions-ci.py
+++ b/test-definitions-ci.py
@@ -69,7 +69,6 @@ def metadata_check(filepath):
'description',
'maintainer',
'os',
- 'scope',
'devices'])
if not mandatory_keys.issubset(set(metadata_dict.keys())):
result_message_list.append("* METADATA [FAILED]: " + filepath)