HomeSort by relevance Sort by last modified time
    Searched full:fetch_local_suite (Results 1 - 3 of 3) sorted by null

  /external/autotest/site_utils/
test_runner_utils_unittest.py 53 # Deferred until fetch_local_suite knows about non-local builds.
178 # Fake suite objects that will be returned by fetch_local_suite
191 self.mox.StubOutWithMock(test_runner_utils, 'fetch_local_suite')
192 test_runner_utils.fetch_local_suite(autotest_path, mox.IgnoreArg(),
test_that_unittest.py 66 # Deferred until fetch_local_suite knows about non-local builds.
test_runner_utils.py 112 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, function
504 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
    [all...]

Completed in 1481 milliseconds