Lines Matching refs:is
15 Atest is essentially a wrapper around various test runners. Because of
18 and run. Note that the wrapper code is written in python, so we'll be
24 Its job is to translate user inputs into (1) build targets and (2)
29 If your contribution involves any of this functionality, this is the
40 This is the code that actually runs the test. If your change
41 involves how the test is actually run, you'll need to work with this
86 The `testtype/suite/AtestRunner.java` is the most important file in
89 `test_runners/atest_tf_test_runner.py`. This is the file you'll want
104 TradeFed itself is used to run the TradeFed unittests so you'll need
110 command to run an individual test file is:<br>
133 You shouldn't need to edit vts10-tradefed code, so there is no