Home
last modified time | relevance | path

Searched refs:case_list (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tools/harness-automation/
Dparse_topofile.py89 def device_calculate(topo_file, case_list): argument
108 if 'all' not in case_list and matched_case.group(1) not in case_list:
112 if 'all' not in case_list:
113 case_list.remove(matched_case.group(1))
132 if case_list and 'all' not in case_list:
133 logging.info('Case %s not found' % str(case_list)[1:-1])
162 device_calculate(args.topo_file, args.case_list)