Home
last modified time | relevance | path

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

/openthread-latest/tools/harness-automation/
Dparse_topofile.py89 def device_calculate(topo_file, case_list): argument
91 with open(topo_file, 'r') as f:
162 device_calculate(args.topo_file, args.case_list)
/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py563 topo_file = settings.HARNESS_HOME + "\\Thread_Harness\\TestScripts\\TopologyConfig.txt"
565 f_topo = open(topo_file, 'r')
567 logger.info('%s can NOT be found', topo_file)