Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py95 def __init__(self, result_path, reporting_speed_units='Mbytes'): argument
105 if not os.path.exists(result_path):
106 self.result = json.loads(result_path)
109 with open(result_path, 'r') as f:
118 with open(result_path, 'r') as f:
/tools/asuite/atest/
Datest_execution_info.py139 result_path = os.path.join(path, 'test_result')
140 result = atest_utils.load_json_safely(result_path)
/tools/asuite/aidegen/lib/
Dcommon_util_unittest.py296 result_path = common_util.remove_user_home_path(test_string)
297 self.assertEqual(result_path, expected_string)