/external/autotest/server/site_tests/platform_USBHIDWake/ |
D | platform_USBHIDWake.py | 82 def run_once(self, client_ip): argument 88 if not client_ip: 90 self._client = hosts.create_host(client_ip) 95 if not self.wait_for_host(host=client_ip, timeout=10):
|
/external/autotest/server/site_tests/bluetooth_RegressionServer/ |
D | bluetooth_RegressionServer.py | 17 def run_once(self, client_ip, device_addrs): argument 23 if not client_ip: 26 client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/network_EthCapsServer/ |
D | network_EthCapsServer.py | 138 def run_once(self, client_ip=None, ethname='eth0'): argument 145 if not client_ip: 151 self._client_ip = client_ip 152 self._client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/hardware_MemoryIntegrity/ |
D | hardware_MemoryIntegrity.py | 90 def run_once(self, client_ip=None, seconds=3600, size=0, suspend=True): argument 103 if not client_ip: 106 self._client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/hardware_StorageQualTrimStress/ |
D | hardware_StorageQualTrimStress.py | 14 def run_once(self, client_ip, duration): argument 15 client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/ |
D | hardware_StorageQualSuspendStress.py | 16 def run_once(self, client_ip, duration): argument 17 client = hosts.create_host(client_ip)
|
D | control.test | 17 job.run_test('hardware_StorageQualSuspendStress', client_ip=machine, duration=3600)
|
/external/autotest/server/site_tests/stress_ClientTestReboot/ |
D | stress_ClientTestReboot.py | 16 def run_once(self, client_ip, testname, loops): argument 17 host = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | control.stress5 | 38 job.run_test('hardware_StorageStress', client_ip=machine, 43 job.run_test('hardware_StorageStress', client_ip=machine, 47 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | control.stress | 38 job.run_test('hardware_StorageStress', client_ip=machine, 43 job.run_test('hardware_StorageStress', client_ip=machine, 47 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | control.stress3 | 38 job.run_test('hardware_StorageStress', client_ip=machine, 43 job.run_test('hardware_StorageStress', client_ip=machine, 47 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | control.stress4 | 38 job.run_test('hardware_StorageStress', client_ip=machine, 43 job.run_test('hardware_StorageStress', client_ip=machine, 47 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | control.stress2 | 38 job.run_test('hardware_StorageStress', client_ip=machine, 43 job.run_test('hardware_StorageStress', client_ip=machine, 47 job.run_test('hardware_StorageStress', client_ip=machine,
|
D | hardware_StorageStress.py | 26 def run_once(self, client_ip, gap=_TEST_GAP, duration=_TEST_DURATION, argument 50 if not client_ip: 53 self._client = hosts.create_host(client_ip)
|
D | control.soak.test | 17 job.run_test('hardware_StorageStress', client_ip=machine, duration=3600,
|
/external/autotest/client/tests/netperf2/ |
D | control.parallel | 15 client_ip='127.0.0.1', 22 client_ip='127.0.0.1',
|
D | netperf2.py | 36 def run_once(self, server_ip, client_ip, role, test = 'TCP_STREAM', argument 72 client_tag = client_ip + '#netperf-client' 80 self.ping(client_ip, timeout) 82 self.configure_interface(dev, client_ip)
|
D | control.client | 14 client_ip='10.10.1.6',
|
D | control.server | 14 client_ip='10.10.1.6',
|
/external/autotest/server/site_tests/hardware_StorageQualBase/ |
D | hardware_StorageQualBase.py | 49 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME): argument 50 client = hosts.create_host(client_ip)
|
D | control.test | 17 job.run_test('hardware_StorageQualBase', client_ip=machine,
|
/external/autotest/server/site_tests/kernel_MemoryRamoop/ |
D | kernel_MemoryRamoop.py | 33 def run_once(self, client_ip): argument 37 if not client_ip: 40 self._client = hosts.create_host(client_ip)
|
/external/autotest/server/site_tests/power_BatteryStateOnResume/ |
D | power_BatteryStateOnResume.py | 29 def initialize(self, host, client_ip, cmdline_args): argument 30 self._client = hosts.create_host(client_ip)
|
/external/autotest/client/tests/netpipe/ |
D | netpipe.py | 34 def run_once(self, server_ip, client_ip, role, bidirectional=False, argument 50 client_tag = client_ip + '#netpipe-client'
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 84 def run_once(self, args, client_ip='', dut=None): argument 115 client_ip, test_args, test_name)
|