summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-08-25 10:57:53 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-08-25 10:57:53 +0100
commita1bd41e0c6ba5bed19aba27fd127d6ed015d4051 (patch)
treef4b948d5b00683b1cf916b61fbd723a47f7e27ba
parente4c4f9817dd80636ef3a8006eda6afb8e9c5a7fa (diff)
Removed 'scope' from mandatory metadataHEADmaster
In the move to new layout of test-definitions repository, metadata shows up in not only test cases. Scope is test case specific, so removing from mandatory keywords. In the long term sanity check will be included in test-definitions and different for different categories of yaml files. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-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)