Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py170 xml_file_path, argument
184 xml_file_path The path to a Robot-generated output.xml
207 result = ExecutionResult(xml_file_path)
276 # l_system_info = get_system_details(xml_file_path)
287 l_system_info = get_system_details(xml_file_path)
404 def get_system_details(xml_file_path):
410 xml_file_path The relative or absolute path to the
416 with open(xml_file_path, "rt", encoding="utf-8") as output:
401 get_system_details(xml_file_path) global() argument