Home
last modified time | relevance | path

Searched refs:RERUN_UNTIL_FAILURE (Results 1 – 10 of 10) sorted by relevance

/tools/asuite/atest-py2/
Datest_arg_parser.py61 RERUN_UNTIL_FAILURE = ('Rerun all tests until a failure occurs or the max ' variable
204 metavar='MAX_ITERATIONS', help=RERUN_UNTIL_FAILURE)
263 RERUN_UNTIL_FAILURE=RERUN_UNTIL_FAILURE,
Dconstants_default.py52 RERUN_UNTIL_FAILURE = 'RERUN_UNTIL_FAILURE' variable
Datest.py191 'rerun_until_failure': constants.RERUN_UNTIL_FAILURE,
/tools/asuite/atest/
Datest_arg_parser.py84 RERUN_UNTIL_FAILURE = ('Rerun all tests until a failure occurs or the max ' variable
293 metavar='MAX_ITERATIONS', help=RERUN_UNTIL_FAILURE)
373 RERUN_UNTIL_FAILURE=RERUN_UNTIL_FAILURE,
Dconstants_default.py54 RERUN_UNTIL_FAILURE = 'RERUN_UNTIL_FAILURE' variable
Datest.py248 'rerun_until_failure': constants.RERUN_UNTIL_FAILURE,
Dbazel_mode.py62 constants.RERUN_UNTIL_FAILURE:
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner.py73 constants.RERUN_UNTIL_FAILURE,
401 if constants.RERUN_UNTIL_FAILURE == arg:
403 args_to_append.append(constants.RERUN_UNTIL_FAILURE)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py117 constants.RERUN_UNTIL_FAILURE,
1005 constants.RERUN_UNTIL_FAILURE:
1007 '--retry-strategy', constants.RERUN_UNTIL_FAILURE,
Datest_tf_test_runner_unittest.py1081 extra_args = {constants.RERUN_UNTIL_FAILURE: 2}