Home
last modified time | relevance | path

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

1234567891011

/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()
145 self.god.stub_function(autotest.Autotest, "_send_shadow_config")
146 autotest.Autotest._send_shadow_config.expect_call()
248 self.god.stub_with(autotest.Autotest, 'get_client_autodir_paths',
264 autodir = autotest.Autotest.get_installed_autodir(self.host)
277 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/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/
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/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/server/site_tests/power_LW/
Dpower_LW.py31 autotest_client = autotest.Autotest(host)
83 autotest_client = autotest.Autotest(wlan_host)
/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/netpipe/
Dnetpipe.py34 server_at = autotest.Autotest(server)
35 client_at = autotest.Autotest(client)
/external/autotest/server/tests/netperf2/
Dnetperf2.py39 server_at = autotest.Autotest(server)
40 client_at = autotest.Autotest(client)
/external/autotest/docs/
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
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
/external/autotest/server/site_tests/tast/
Dcontrol.generic24 of Autotest. See https://chromium.googlesource.com/chromiumos/platform/tast/ for
29 Autotest.
Dcontrol.generic-servo25 of Autotest. See https://chromium.googlesource.com/chromiumos/platform/tast/ for
30 Autotest.
/external/autotest/server/site_tests/sequences/
Dcontrol.power_dashboard_full_lab54 autotest.Autotest(client).run_test('dummy_Pass')
74 client_at = autotest.Autotest(client)
Dcontrol.power_dashboard_fast_lab61 autotest.Autotest(client).run_test('dummy_Pass')
81 client_at = autotest.Autotest(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/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/site_tests/platform_BootPerfServer/
Dplatform_BootPerfServer.py95 client_at = autotest.Autotest(host)
151 client_at = autotest.Autotest(self.client)
/external/autotest/server/cros/tradefed/
Dtradefed_chromelogin.py49 cmd = autotest.Autotest.get_installed_autodir(self._host)
94 autotest.Autotest(self._host).run_timed_test(
/external/autotest/server/control_segments/
Dclient_wrapper1 at = autotest.Autotest()
/external/autotest/client/tests/error_test_error/
Dcontrol7 DOC = """Raise a TestError. This is for testing Autotest itself."""

1234567891011