Searched refs:Autotest (Results 1 – 25 of 271) sorted by relevance
1234567891011
/external/autotest/server/ |
D | autotest_unittest.py | 73 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/ |
D | platform_CryptohomeLECredentialManagerServer.py | 29 autotest.Autotest(host).run_test( 35 autotest.Autotest(host).run_test(
|
/external/autotest/client/site_tests/cfm_AutotestSmokeTest/ |
D | control | 7 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/ |
D | README.md | 1 # 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/ |
D | README | 29 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/ |
D | README.txt | 24 - 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/ |
D | power_LW.py | 31 autotest_client = autotest.Autotest(host) 83 autotest_client = autotest.Autotest(wlan_host)
|
/external/autotest/server/site_tests/enterprise_CFM_AutotestSmokeTest/ |
D | control | 10 "Autotest framework on CFM platforms.") 11 CRITERIA = "Fails if the Autotest framework doesn't work as expected."
|
/external/autotest/server/tests/netpipe/ |
D | netpipe.py | 34 server_at = autotest.Autotest(server) 35 client_at = autotest.Autotest(client)
|
/external/autotest/server/tests/netperf2/ |
D | netperf2.py | 39 server_at = autotest.Autotest(server) 40 client_at = autotest.Autotest(client)
|
/external/autotest/docs/ |
D | test-that.md | 19 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
|
D | test-droid.md | 5 [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/ |
D | control.generic | 24 of Autotest. See https://chromium.googlesource.com/chromiumos/platform/tast/ for 29 Autotest.
|
D | control.generic-servo | 25 of Autotest. See https://chromium.googlesource.com/chromiumos/platform/tast/ for 30 Autotest.
|
/external/autotest/server/site_tests/sequences/ |
D | control.power_dashboard_full_lab | 54 autotest.Autotest(client).run_test('dummy_Pass') 74 client_at = autotest.Autotest(client)
|
D | control.power_dashboard_fast_lab | 61 autotest.Autotest(client).run_test('dummy_Pass') 81 client_at = autotest.Autotest(client)
|
/external/autotest/test_suites/ |
D | control.push_to_prod | 7 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/ |
D | sleeptest.srv | 3 at = autotest.Autotest(host)
|
D | failtest.srv | 3 at = autotest.Autotest(host)
|
D | parallel.srv | 1 at = autotest.Autotest()
|
D | kernbench.srv | 3 at = autotest.Autotest(host)
|
/external/autotest/server/site_tests/platform_BootPerfServer/ |
D | platform_BootPerfServer.py | 95 client_at = autotest.Autotest(host) 151 client_at = autotest.Autotest(self.client)
|
/external/autotest/server/cros/tradefed/ |
D | tradefed_chromelogin.py | 49 cmd = autotest.Autotest.get_installed_autodir(self._host) 94 autotest.Autotest(self._host).run_timed_test(
|
/external/autotest/server/control_segments/ |
D | client_wrapper | 1 at = autotest.Autotest()
|
/external/autotest/client/tests/error_test_error/ |
D | control | 7 DOC = """Raise a TestError. This is for testing Autotest itself."""
|
1234567891011