diff --git a/renderer/parser.py b/renderer/parser.py
index 83f258798312f591b193f7e5bb399546eb0374cf..8747fed487d502e011b0ada9ea02a5f02133102d 100644
--- a/renderer/parser.py
+++ b/renderer/parser.py
@@ -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, ""),