Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Datest_execution_info.py80 def print_test_result(root, history_arg): argument
90 if not history_arg.isdigit():
91 path = os.path.join(constants.ATEST_RESULT_ROOT, history_arg,
103 for path in paths[0: int(history_arg)+1]:
/tools/asuite/atest/
Datest_execution_info.py81 def print_test_result(root, history_arg): argument
91 if not history_arg.isdigit():
92 path = os.path.join(constants.ATEST_RESULT_ROOT, history_arg,
104 for path in paths[0: int(history_arg)+1]: