HomeSort by relevance Sort by last modified time
    Searched refs:test_runner_utils (Results 1 - 4 of 4) sorted by null

  /external/autotest/site_utils/
test_runner_utils_unittest.py 14 from autotest_lib.site_utils import test_runner_utils
64 pred, desc = test_runner_utils.get_predicate_for_test_arg(test)
146 code, job_res = test_runner_utils.run_job(
151 code, job_res = test_runner_utils.run_job(
162 afe = test_runner_utils.setup_local_afe()
191 self.mox.StubOutWithMock(test_runner_utils, 'fetch_local_suite')
192 test_runner_utils.fetch_local_suite(autotest_path, mox.IgnoreArg(),
198 self.mox.StubOutWithMock(test_runner_utils, 'run_job')
199 self.mox.StubOutWithMock(test_runner_utils, 'run_provisioning_job')
200 self.mox.StubOutWithMock(test_runner_utils, '_auto_detect_labels'
    [all...]
test_that.py 23 from autotest_lib.site_utils import test_runner_utils
50 raise test_runner_utils.TestThatRunError(
73 if not arguments.board or arguments.build == test_runner_utils.NO_BUILD:
114 test_runner_utils.add_common_args(parser)
124 default=test_runner_utils.NO_BUILD,
149 default=test_runner_utils.TEST_KEY_PATH,
211 raise test_runner_utils.TestThatRunError(
220 raise test_runner_utils.TestThatRunError(
247 results_directory = test_runner_utils.create_results_directory(
249 test_runner_utils.add_ssh_identity(results_directory
    [all...]
test_droid.py 38 from autotest_lib.site_utils import test_runner_utils
84 test_runner_utils.add_common_args(parser)
106 results_directory = test_runner_utils.create_results_directory(
135 return test_runner_utils.perform_run_from_autotest_root(
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 13 from autotest_lib.site_utils import test_runner_utils
32 RSA_KEY = '-i %s' % test_runner_utils.TEST_KEY_PATH

Completed in 83 milliseconds