Searched refs:result_path (Results 1 – 3 of 3) sorted by relevance
95 def __init__(self, result_path, reporting_speed_units='Mbytes'): argument105 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:
139 result_path = os.path.join(path, 'test_result')140 result = atest_utils.load_json_safely(result_path)
296 result_path = common_util.remove_user_home_path(test_string)297 self.assertEqual(result_path, expected_string)