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

  /external/autotest/server/site_tests/factory_InstallServo/
factory_InstallServo.py 8 This test supports the flags documented in FactoryInstallTest, plus:
25 from autotest_lib.server.cros.factory_install_test import FactoryInstallTest
29 class factory_InstallServo(FactoryInstallTest):
76 get_dut_ip, timeout=FactoryInstallTest.FACTORY_INSTALL_TIMEOUT_SEC,
82 FactoryInstallTest.FACTORY_INSTALL_TIMEOUT_SEC):
90 timeout=FactoryInstallTest.FIRST_BOOT_TIMEOUT_SEC)
  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 8 This test supports the flags documented in FactoryInstallTest, plus:
21 from autotest_lib.server.cros.factory_install_test import FactoryInstallTest
36 class factory_InstallVM(FactoryInstallTest):
128 timeout=FactoryInstallTest.FACTORY_INSTALL_TIMEOUT_SEC,
  /external/autotest/server/cros/
factory_install_test.py 8 FactoryInstallTest is an abstract superclass; factory_InstallVM and
11 Subclasses of FactoryInstallTest supports the following flags:
58 class FactoryInstallTest(test.test):
260 if not dut_client.wait_up(FactoryInstallTest.WAIT_UP_TIMEOUT_SEC):
271 timeout=FactoryInstallTest.FACTORY_TEST_TIMEOUT_SEC)
290 timeout=FactoryInstallTest.FACTORY_TEST_TIMEOUT_SEC,
316 if not dut_client.wait_up(FactoryInstallTest.FIRST_BOOT_TIMEOUT_SEC):
333 timeout=FactoryInstallTest.WAIT_UP_TIMEOUT_SEC):

Completed in 650 milliseconds