Home
last modified time | relevance | path

Searched refs:Autotest (Results 1 – 25 of 188) sorted by relevance

12345678

/external/autotest/server/
Dautotest_unittest.py73 self.autotest = autotest.Autotest(self.host)
123 self.god.stub_function(autotest.Autotest, "_send_shadow_config")
124 autotest.Autotest._send_shadow_config.expect_call()
144 self.god.stub_function(autotest.Autotest, "_send_shadow_config")
145 autotest.Autotest._send_shadow_config.expect_call()
245 self.god.stub_with(autotest.Autotest, 'get_client_autodir_paths',
261 autodir = autotest.Autotest.get_installed_autodir(self.host)
274 install_dir = autotest.Autotest.get_install_dir(self.host)
/external/autotest/server/site_tests/platform_CryptohomeLECredentialManagerServer/
Dplatform_CryptohomeLECredentialManagerServer.py29 autotest.Autotest(host).run_test(
35 autotest.Autotest(host).run_test(
/external/autotest/client/site_tests/suite_HWQual/
DREADME.txt24 - Setup a Linux machine to serve as the Autotest server. The Autotest
30 - Create an installation directory on the Autotest server for the
53 - Plug a USB storage device into the Autotest server. Note that all
85 - Add the DUT root private key to ssh-agent on the Autotest server:
94 - These commands allow the Autotest server to connect and login as root on the
98 - Make sure you can ssh as root to the DUT from the Autotest
109 - Go to the Autotest server directory and clean up previous test results.
227 - Autotest logs progress and performance data in results.* directories
/external/autotest/
DREADME.md1 # Autotest: Automated integration testing for Android and Chrome OS Devices
3 Autotest is a framework for fully automated testing. It was originally designed
7 Autotest is composed of a number of modules that will help you to do stand alone
50 [Autotest Best Practices](docs/best-practices.md)
/external/autotest/client/tests/ffsb/
DREADME29 Autotest will be able to run variety of I/O tests on guest as FFSB improves,
30 with no or minimal code change in Autotest itself.
43 * Test Autotest/ffsb
/external/autotest/client/site_tests/cfm_AutotestSmokeTest/
Dcontrol7 PURPOSE = ("Smoke test used for tracking the stability of the Autotest "
9 CRITERIA = "Fails if the Autotest framework doesn't work as expected."
/external/autotest/docs/
Dtest-droid.md5 [Autotest Best Practices](best-practices.md)
67 Autotest now supports the concept of testbeds, which are multiple devices being
118 Currently Autotest in AOSP is read-only, so you cannot use repo upload to
122 Due to the way Android does its automerging, the AOSP mirror of Autotest cannot
125 To work around this, if you need to upload a commit to Autotest, you first have
Dtest-that.md19 launch jobs in the ChromeOS Hardware Lab (or against a local Autotest instance
118 ### Running jobs against a local Autotest setup or MobLab
120 `test_that` allows you to run jobs against a local Autotest setup or a
122 --web allows you to specify the web address of the Autotest instance you want to
131 This will kick off the dummy_Pass test on a lumpy device on the Autotest
/external/autotest/server/site_tests/enterprise_CFM_AutotestSmokeTest/
Dcontrol10 "Autotest framework on CFM platforms.")
11 CRITERIA = "Fails if the Autotest framework doesn't work as expected."
/external/autotest/server/tests/netperf2/
Dnetperf2.py35 server_at = autotest.Autotest(server)
36 client_at = autotest.Autotest(client)
/external/autotest/server/tests/netpipe/
Dnetpipe.py34 server_at = autotest.Autotest(server)
35 client_at = autotest.Autotest(client)
/external/autotest/server/site_tests/platform_BootPerfServer/
Dplatform_BootPerfServer.py55 client_at = autotest.Autotest(self.client)
68 client_at = autotest.Autotest(self.client)
/external/autotest/test_suites/
Dcontrol.push_to_prod7 PURPOSE = "Test Autotest before push to prod."
15 This suite is designed to test various aspect of Autotest. It should be run
/external/autotest/server/cros/
Dtradefed_chromelogin.py54 cmd = autotest.Autotest.get_installed_autodir(self._host)
85 autotest.Autotest(self._host).run_timed_test(
/external/autotest/server/samples/
Dsleeptest.srv3 at = autotest.Autotest(host)
Dfailtest.srv3 at = autotest.Autotest(host)
Dparallel.srv1 at = autotest.Autotest()
Dkernbench.srv3 at = autotest.Autotest(host)
/external/autotest/server/control_segments/
Dclient_wrapper1 at = autotest.Autotest()
/external/autotest/client/tests/error_test_fail/
Dcontrol7 DOC = """Raise a TestFail. This is for testing Autotest itself."""
/external/autotest/client/tests/error_test_na/
Dcontrol7 DOC = """Raise a TestNAError. This is for testing Autotest itself."""
/external/autotest/client/tests/error_test_error/
Dcontrol7 DOC = """Raise a TestError. This is for testing Autotest itself."""
/external/autotest/server/site_tests/enterprise_OnlineDemoMode/
Denterprise_OnlineDemoMode.py19 client_at = autotest.Autotest(host)
/external/autotest/server/site_tests/enterprise_RemoraRequisitionServer/
Denterprise_RemoraRequisitionServer.py18 autotest.Autotest(self.client).run_test('enterprise_RemoraRequisition',
/external/autotest/client/tests/error_cleanup/
Dcontrol7 DOC = """Raise an exception during cleanup(). This tests Autotest itself."""

12345678