Home
last modified time | relevance | path

Searched refs:rerun (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java304 RunInstrumentationTestsAnswer rerun = in testRun_rerun() local
316 .doAnswer(rerun) in testRun_rerun()
444 RunInstrumentationTestsAnswer rerun = in testRun_rebootBeforeReRun() local
456 .doAnswer(rerun) in testRun_rebootBeforeReRun()
502 RunInstrumentationTestsAnswer rerun = in testRun_resume() local
514 .doAnswer(rerun) in testRun_resume()
/tools/tradefederation/core/atest/docs/
Ddevelop_test_runners.md33 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
Ddevelop_test_finders.md38 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
Datest_structure.md115 4. You're done! To pick up the override, rerun build/envsetup.sh to kick off the
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java473 public void setRerunMode(boolean rerun) { in setRerunMode() argument
474 mIsRerunMode = rerun; in setRerunMode()
/tools/tradefederation/core/atest/
DREADME.md217 to rerun your test with -t will fail without having the **--disable-teardown**
225 So you can continue to rerun your test with just `atest -t <test>` as many times as you want.
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS138 Note: PTS is very flacky, rerun multiple times to pass.