@@ -886,9 +886,6 @@ arch_valid_keys = {"name" : {"type" : "str", "required" : True},
886
886
"supported_toolchains" : {"type" : "list" , "required" : True }}
887
887
888
888
platform_valid_keys = {"qemu_support" : {"type" : "bool" , "default" : False },
889
- # FIXME remove
890
- "microkernel_support" : {"type" : "bool" ,
891
- "default" : True },
892
889
"supported_toolchains" : {"type" : "list" , "default" : []}}
893
890
894
891
testcase_valid_keys = {"tags" : {"type" : "set" , "required" : True },
@@ -898,8 +895,6 @@ testcase_valid_keys = {"tags" : {"type" : "set", "required" : True},
898
895
"skip" : {"type" : "bool" , "default" : False },
899
896
"slow" : {"type" : "bool" , "default" : False },
900
897
"timeout" : {"type" : "int" , "default" : 60 },
901
- # FIXME remove once all testcase.ini are updated
902
- "kernel" : {"type" : "str" , "required" : False },
903
898
"arch_whitelist" : {"type" : "set" },
904
899
"arch_exclude" : {"type" : "set" },
905
900
"extra_sections" : {"type" : "list" , "default" : []},
0 commit comments