HomeSort by relevance Sort by last modified time
    Searched refs:client_ip (Results 1 - 18 of 18) sorted by null

  /external/autotest/server/site_tests/hardware_StorageQualSuspendStress/
hardware_StorageQualSuspendStress.py 16 def run_once(self, client_ip, duration):
17 client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/hardware_StorageQualTrimStress/
hardware_StorageQualTrimStress.py 14 def run_once(self, client_ip, duration):
15 client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/bluetooth_RegressionServer/
bluetooth_RegressionServer.py 17 def run_once(self, client_ip, device_addrs):
20 @param client_ip: Device under test.
23 if not client_ip:
26 client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/stress_ClientTestReboot/
stress_ClientTestReboot.py 16 def run_once(self, client_ip, testname, loops):
17 host = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/hardware_StorageQualBase/
hardware_StorageQualBase.py 49 def run_once(self, client_ip, client_tag='', crypto_runtime=CRYPTO_RUNTIME):
50 client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/platform_USBHIDWake/
platform_USBHIDWake.py 82 def run_once(self, client_ip):
86 @param client_ip: ip address (string) at which the DUT may be found"""
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/hardware_MemoryIntegrity/
hardware_MemoryIntegrity.py 90 def run_once(self, client_ip=None, seconds=3600, size=0, suspend=True):
97 @param client_ip: string of client's ip address (required)
103 if not client_ip:
106 self._client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/network_EthCapsServer/
network_EthCapsServer.py 138 def run_once(self, client_ip=None, ethname='eth0'):
142 client_ip: string of client's ip address
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_StorageStress/
hardware_StorageStress.py 26 def run_once(self, client_ip, gap=_TEST_GAP, duration=_TEST_DURATION,
35 @param client_ip: string of client's ip address (required)
50 if not client_ip:
53 self._client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/power_BatteryStateOnResume/
power_BatteryStateOnResume.py 29 def initialize(self, host, client_ip, cmdline_args):
30 self._client = hosts.create_host(client_ip)
  /external/autotest/client/tests/netpipe/
netpipe.py 34 def run_once(self, server_ip, client_ip, role, bidirectional=False,
50 client_tag = client_ip + '#netpipe-client'
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 84 def run_once(self, args, client_ip='', dut=None):
90 @param client_ip: The ip address of the DUT
115 client_ip, test_args, test_name)
  /external/autotest/client/tests/netperf2/
netperf2.py 36 def run_once(self, server_ip, client_ip, role, test = 'TCP_STREAM',
41 client_ip: IP address of host running netperf client(s)
72 client_tag = client_ip + '#netperf-client'
80 self.ping(client_ip, timeout)
82 self.configure_interface(dev, client_ip)
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 33 def run_once(self, client_ip):
37 if not client_ip:
40 self._client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
network_WiFi_LowInitialBitrates.py 103 client_ip = self.context.client.wifi_ip
  /external/wpa_supplicant_8/src/ap/
dhcp_snoop.c 31 be32 client_ip; member in struct:bootp_pkt
  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 62 /*OUT*/Addr* client_ip)
88 *client_ip = info->init_ip;
initimg-linux.c 70 /*OUT*/Addr* client_ip,
101 *client_ip = info->init_ip;
    [all...]

Completed in 310 milliseconds