Home
last modified time | relevance | path

Searched refs:client_ip (Results 1 – 25 of 47) sorted by relevance

12

/external/autotest/server/site_tests/platform_USBHIDWake/
Dplatform_USBHIDWake.py87 def run_once(self, client_ip): argument
93 if not client_ip:
95 self._client = hosts.create_host(client_ip)
100 if not self.wait_for_host(host=client_ip, timeout=10):
/external/autotest/server/site_tests/bluetooth_RegressionServer/
Dbluetooth_RegressionServer.py17 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/telemetry_Crosperf/
Dtelemetry_Crosperf.py105 def scp_telemetry_results(self, client_ip, dut): argument
115 (dut.hostname if dut else client_ip, DUT_CHROME_RESULTS_DIR))
132 def run_once(self, args, client_ip='', dut=None): argument
165 client_ip, self.resultsdir, test_args,
194 result = self.scp_telemetry_results(client_ip, dut)
/external/autotest/server/site_tests/network_EthCapsServer/
Dnetwork_EthCapsServer.py138 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/
Dhardware_MemoryIntegrity.py90 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/
Dhardware_StorageQualTrimStress.py13 def run_once(self, client_ip, duration): argument
14 client = hosts.create_host(client_ip)
Dcontrol.test19 client_ip=machine, duration=5100)
/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/
Dhardware_StorageQualSuspendStress.py15 def run_once(self, client_ip, duration): argument
16 client = hosts.create_host(client_ip)
Dcontrol.test17 job.run_test('hardware_StorageQualSuspendStress', client_ip=machine, duration=3600)
/external/autotest/server/site_tests/stress_ClientTestReboot/
Dstress_ClientTestReboot.py16 def run_once(self, client_ip, testname, loops): argument
17 host = hosts.create_host(client_ip)
Dcontrol.touchUpdate18 job.run_test('stress_ClientTestReboot', client_ip=machine,
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol.stress237 job.run_test('hardware_StorageStress', client_ip=machine,
42 job.run_test('hardware_StorageStress', client_ip=machine,
46 job.run_test('hardware_StorageStress', client_ip=machine,
Dcontrol.stress337 job.run_test('hardware_StorageStress', client_ip=machine,
42 job.run_test('hardware_StorageStress', client_ip=machine,
46 job.run_test('hardware_StorageStress', client_ip=machine,
Dcontrol.stress37 job.run_test('hardware_StorageStress', client_ip=machine,
42 job.run_test('hardware_StorageStress', client_ip=machine,
46 job.run_test('hardware_StorageStress', client_ip=machine,
Dhardware_StorageStress.py26 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)
Dcontrol.soak.test17 job.run_test('hardware_StorageStress', client_ip=machine, duration=3600,
/external/autotest/client/tests/netperf2/
Dcontrol.parallel15 client_ip='127.0.0.1',
22 client_ip='127.0.0.1',
Dnetperf2.py36 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)
Dcontrol.client14 client_ip='10.10.1.6',
Dcontrol.server14 client_ip='10.10.1.6',
/external/autotest/server/site_tests/hardware_StorageQualBase/
Dhardware_StorageQualBase.py50 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME): argument
51 client = hosts.create_host(client_ip)
Dcontrol.test17 job.run_test('hardware_StorageQualBase', client_ip=machine,
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py33 def run_once(self, client_ip): argument
37 if not client_ip:
40 self._client = hosts.create_host(client_ip)
/external/autotest/client/tests/netpipe/
Dnetpipe.py34 def run_once(self, server_ip, client_ip, role, bidirectional=False, argument
50 client_tag = client_ip + '#netpipe-client'
/external/wpa_supplicant_8/src/common/
Ddhcp.h26 be32 client_ip; member
45 be32 client_ip; member

12