Searched refs:result_path (Results 1 – 8 of 8) sorted by relevance
400 result_path=CMD_RESULT_PATH): argument415 if os.path.isfile(result_path):416 with open(result_path) as json_file:449 with open(result_path, 'w') as outfile:451 print('Save result mapping to %s' % result_path)
310 result_path=tmp_file.name)321 result_path=tmp_file.name)335 result_path=tmp_file.name)350 result_path=tmp_file.name)360 result_path=tmp_file.name)
104 result_path = os.path.join(path, 'test_result')105 if os.path.isfile(result_path):107 with open(result_path) as json_file:
93 def __init__(self, result_path, reporting_speed_units='Mbytes'): argument103 if not os.path.exists(result_path):104 self.result = json.loads(result_path)107 with open(result_path, 'r') as f:116 with open(result_path, 'r') as f:
332 result_path=tmp_file.name)343 result_path=tmp_file.name)357 result_path=tmp_file.name)372 result_path=tmp_file.name)382 result_path=tmp_file.name)
115 result_path = os.path.join(path, 'test_result')116 if os.path.isfile(result_path):118 with open(result_path) as json_file:
492 result_path=CMD_RESULT_PATH): argument507 if os.path.isfile(result_path):508 with open(result_path) as json_file:532 with open(result_path, 'w') as outfile:534 print('Save result mapping to %s' % result_path)
295 result_path = common_util.remove_user_home_path(test_string)296 self.assertEqual(result_path, expect_string)