Skip to content
Snippets Groups Projects
Commit e5616891 authored by Luis Araujo's avatar Luis Araujo
Browse files

Add new test case types in the parser


Add the compatibility and performance test cases type to be recognized
by the parser.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent aa00324b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ test_case_format = {
'image-type' : (True, [ 'target', 'minimal', 'ostree',
'development', 'SDK', 'any' ]),
'image-arch' : (True, ['amd64', 'arm64', 'armhf', 'any']),
'type' : (True, ['functional', 'sanity', 'system']),
'type' : (True, ['compatibility', 'functional', 'performance',
'sanity', 'system']),
'exec-type' : (True, ['manual' , 'automated']),
'priority' : (True, ['low', 'medium', 'high', 'critical']),
'maintainer' : (False, ""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment