Home
last modified time | relevance | path

Searched refs:ip_version (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py235 def get_iperf_server_address(self, iperf_server_on_ap, ip_version): argument
247 if ip_version == IPV4:
250 elif ip_version == IPV6:
259 raise ValueError('Invalid IP version: %s' % ip_version)
266 ip_version=IPV4): argument
285 iperf_server_on_ap, ip_version)
322 def start_dut_ping_process(self, iperf_server_on_ap, ip_version=IPV4): argument
333 ip_version)
533 ip_version=IPV6)
546 ip_version=IPV6)
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py329 ip_version=4): argument
350 if ip_version == 6:
378 if ip_version == 4:
380 elif ip_version == 6:
393 raise ValueError('Invalid IP version: {}'.format(ip_version))
399 ip_version,
407 ip_version,
429 ip_version, argument
513 if ip_version == 4:
521 elif ip_version == 6:
[all …]
/tools/test/connectivity/acts/framework/acts/
Dutils.py1833 zeroconf = Zeroconf(ip_version=IPVersion.V6Only,