Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_utils_unittest.py311 result_path=tmp_file.name)
322 result_path=tmp_file.name)
336 result_path=tmp_file.name)
351 result_path=tmp_file.name)
361 result_path=tmp_file.name)
Datest_utils.py397 result_path=CMD_RESULT_PATH): argument
412 if os.path.isfile(result_path):
413 with open(result_path) as json_file:
443 with open(result_path, 'w') as outfile:
445 print('Save result mapping to %s' % result_path)
Datest_execution_info.py105 result_path = os.path.join(path, 'test_result')
106 if os.path.isfile(result_path):
108 with open(result_path) as json_file:
/tools/tradefederation/core/atest/
Datest_utils.py400 result_path=CMD_RESULT_PATH): argument
415 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)
Datest_utils_unittest.py310 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)
Datest_execution_info.py104 result_path = os.path.join(path, 'test_result')
105 if os.path.isfile(result_path):
107 with open(result_path) as json_file:
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py92 def __init__(self, result_path, reporting_speed_units='Mbytes'): argument
102 if not os.path.exists(result_path):
103 self.result = json.loads(result_path)
106 with open(result_path, 'r') as f:
115 with open(result_path, 'r') as f:
/tools/asuite/aidegen/lib/
Dcommon_util_unittest.py295 result_path = common_util.remove_user_home_path(test_string)
296 self.assertEqual(result_path, expect_string)