diff options
Diffstat (limited to 'scripts/lib/resulttool/regression.py')
-rw-r--r-- | scripts/lib/resulttool/regression.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/resulttool/regression.py b/scripts/lib/resulttool/regression.py index 3a23d7fc0a..3d64b8f4af 100644 --- a/scripts/lib/resulttool/regression.py +++ b/scripts/lib/resulttool/regression.py | |||
@@ -75,6 +75,7 @@ OESELFTEST_METADATA_GUESS_TABLE={ | |||
75 | } | 75 | } |
76 | 76 | ||
77 | STATUS_STRINGS = { | 77 | STATUS_STRINGS = { |
78 | "None": "No matching test result" | ||
78 | } | 79 | } |
79 | 80 | ||
80 | def test_has_at_least_one_matching_tag(test, tag_list): | 81 | def test_has_at_least_one_matching_tag(test, tag_list): |