Home
last modified time | relevance | path

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

1234567

/external/autotest/
DREADME1 Autotest: Fully automated tests under the linux platform
4 Autotest is a framework for fully automated testing. It is designed primarily to
10 Autotest is composed of a number of modules that will help you to do stand alone
14 * Autotest client: The engine that executes the tests (dir client). Each
18 some tests. Autotest client executes ''client side control files'', which are
21 * Autotest server: A program that copies the client to remote machines and
22 controls their execution. Autotest server executes ''server side control files'',
28 * Autotest database: For test grids, we need a way to store test results, and
32 * Autotest scheduler: For test grids, we need an utility that can schedule and
35 * Autotest web frontend: For test grids, A web app, whose backend is written in
[all …]
/external/autotest/server/self-test/
Dautotest_test.py23 self.autotest = autotest.Autotest()
45 autotest.Autotest.get_installed_autodir(host))
48 autotest.Autotest.get_installed_autodir(host))
51 autotest.Autotest.get_installed_autodir(host))
/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/client/tests/kvm/unattended/
Dwin2003-64.sif27 FullName = "Autotest Mindless Drone"
28 OrgName = "Autotest"
Dwin2003-32.sif27 FullName = "Autotest Mindless Drone"
28 OrgName = "Autotest"
Dwin2000-32.sif29 FullName = "Autotest Mindless Drone"
30 OrgName = "Autotest"
Dwinxp64.sif29 FullName = "Autotest Mindless Drone"
30 OrgName = "Autotest"
Dwinxp32.sif29 FullName = "Autotest Mindless Drone"
30 OrgName = "Autotest"
/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."
16 This suite is designed to test various aspect of Autotest. It should be run
/external/autotest/server/samples/
Dfailtest.srv3 at = autotest.Autotest(host)
Dsleeptest.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/utils/
Dautotestd.service2 Description=Autotest scheduler
/external/autotest/server/site_tests/hardware_StorageQualTrimStress/
Dhardware_StorageQualTrimStress.py16 client_at = autotest.Autotest(client)
/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/
Dhardware_StorageQualSuspendStress.py18 client_at = autotest.Autotest(client)
/external/autotest/docs/
Dtest-droid.md4 [Autotest Developer Guide](https://www.chromium.org/chromium-os/testing/autotest-user-doc)
66 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
/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/client/tests/error_test_fail/
Dcontrol7 DOC = """Raise a TestFail. This is for testing Autotest itself."""

1234567