move ci_target_check to ttfw_idf, move ci_target_filter to AssignTest

mark `supported_in_ci` for AssignTest filter.
This commit is contained in:
Fu Hanxi
2020-04-20 15:12:03 +08:00
parent 38c288bc0e
commit e553092d62
5 changed files with 42 additions and 20 deletions

View File

@@ -143,6 +143,7 @@ class AssignTest(object):
DEFAULT_FILTER = {
"category": "function",
"ignore": False,
"supported_in_ci": True,
}
def __init__(self, test_case_path, ci_config_file, case_group=Group):