Home
last modified time | relevance | path

Searched refs:test_push (Results 1 – 6 of 6) sorted by relevance

/external/autotest/site_utils/
Dtest_push_unittest.py20 from autotest_lib.site_utils import test_push
35 test_push.EXPECTED_TEST_RESULTS = {
40 test_push.TKO = None
54 self.mox.StubOutWithMock(test_push, 'check_dut_image')
55 test_push.check_dut_image(mox.IgnoreArg(), mox.IgnoreArg()).AndReturn(
58 self.mox.StubOutWithMock(test_push, 'do_run_suite')
59 test_push.do_run_suite(
60 test_push.PUSH_TO_PROD_SUITE, mox.IgnoreArg(), mox.IgnoreArg(),
76 test_push.test_suite(test_push.PUSH_TO_PROD_SUITE, test_views,
77 arguments=test_push.parse_arguments(self._ARGV))
[all …]
/external/autotest/venv/skylab_staging/
Dtest_push_unittest.py9 from skylab_staging import test_push
36 summary = test_push._verify_and_summarize(available_views,
37 test_push._EXPECTED_TEST_RESULTS)
48 summary = test_push._verify_and_summarize(available_views,
49 test_push._EXPECTED_TEST_RESULTS)
61 summary = test_push._verify_and_summarize(available_views,
62 test_push._EXPECTED_TEST_RESULTS)
/external/autotest/bin/
Dskylab_test_push12 exec "${bin_dir}/python_venv" -m skylab_staging.test_push "$@"
/external/python/cpython3/Lib/test/
Dtest_asynchat.py237 def test_push(self): member in TestAsynchat
Dtest_contextlib.py600 def test_push(self): member in TestBaseExitStack
/external/protobuf/ruby/tests/
Drepeated_field_test.rb207 def test_push method in RepeatedFieldTest