Home
last modified time | relevance | path

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

1234567

/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/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/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/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/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/platform_BootPerfServer/
Dplatform_BootPerfServer.py55 client_at = autotest.Autotest(self.client)
68 client_at = autotest.Autotest(self.client)
/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/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/control_segments/
Dclient_wrapper1 at = autotest.Autotest()
/external/autotest/server/site_tests/hardware_StorageQualTrimStress/
Dhardware_StorageQualTrimStress.py15 client_at = autotest.Autotest(client)
/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/
Dhardware_StorageQualSuspendStress.py17 client_at = autotest.Autotest(client)
/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_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."""
/external/autotest/client/tests/error_setup/
Dcontrol7 DOC = """Raise an exception during setup(). This tests Autotest itself."""
/external/autotest/client/tests/error_initialize/
Dcontrol7 DOC = """Raise an exception during initialize(). This tests Autotest itself."""
/external/autotest/client/tests/aborttest/
Dcontrol8 Raise a JobError to simulate a test aborting. This is for testing Autotest
/external/autotest/client/tests/error_test_bug/
Dcontrol7 DOC = """Simulate a buggy test. This is for testing Autotest itself."""

1234567