Lines Matching refs:run
18 and run. Note that the wrapper code is written in python, so we'll be
25 information needed for the test runner to run the test. It then invokes
26 the appropriate test runner code to run the tests. As the tests
27 are run it also parses the test runner's output into the output seen by
41 involves how the test is actually run, you'll need to work with this
70 You can run ALL the python tests by executing this bash script in the
104 TradeFed itself is used to run the TradeFed unittests so you'll need
109 first run the test file your code change affected individually. The
110 command to run an individual test file is:<br>
112 `tradefed.sh run host -n --class <fully.qualified.ClassName>`
114 Thus, to run all the tests in AtestRunnerTest.java, you'd enter:
116 `tradefed.sh run host -n --class com.android.tradefed.testtype.suite.AtestRunnerTest`
118 To run ALL the TradeFed unittests, enter:
122 Before submitting code you should run all the TradeFed tests.
154 Again, you shouldn't need to edit this code, so no need to run test.