Home
last modified time | relevance | path

Searched refs:traffic_type (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiSoftApPerformanceTest.py249 traffic_type=testcase_params['traffic_type'])
255 traffic_type=testcase_params['traffic_type'])
321 traffic_type='TCP',
330 traffic_type='TCP',
339 traffic_type='TCP',
348 traffic_type='TCP',
357 traffic_type='TCP',
366 traffic_type='TCP',
375 traffic_type='TCP',
384 traffic_type='TCP',
[all …]
DWifiTdlsRvrTest.py265 traffic_type=testcase_params['traffic_type'],
293 def generate_test_cases(self, ap_config_list, traffic_type, argument
301 traffic_type, traffic_direction, ap_config[0], ap_config[1])
303 traffic_type=traffic_type,
328 traffic_type='TCP',
340 traffic_type='UDP',
352 traffic_type='TCP',
364 traffic_type='UDP',
DWifiRvrTest.py690 traffic_type=testcase_params['traffic_type'],
700 traffic_type=testcase_params['traffic_type'],
740 for channel, mode, traffic_type, traffic_direction in itertools.product(
746 traffic_type, traffic_direction, channel, mode)
751 traffic_type=traffic_type,
874 for channel, mode, chain, traffic_type, traffic_direction in itertools.product(
880 traffic_type, traffic_direction, channel, mode, chain)
885 traffic_type=traffic_type,
1064 for channel, mode, angle, traffic_type, direction in itertools.product(
1070 traffic_type, direction, channel, mode, angle)
[all …]
DWifiThroughputStabilityTest.py81 for channel, mode, signal_level, traffic_type, traffic_direction in itertools.product(
95 traffic_type=traffic_type,
100 signal_level, traffic_type, traffic_direction,
481 traffic_type=testcase_params['traffic_type'],
491 traffic_type=testcase_params['traffic_type'],
659 for channel, mode, signal_level, traffic_type, traffic_direction in itertools.product(
669 traffic_type=traffic_type,
677 signal_level, traffic_type, traffic_direction,
DWifiRssiTest.py844 traffic_type=self.user_params['rssi_test_params']
1084 traffic_type=self.user_params['rssi_test_params']
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DWifiAwareRvrTest.py353 traffic_type=testcase_params['traffic_type'],
424 def generate_test_cases(self, concurrency_list, traffic_type, argument
434 traffic_type, traffic_direction, connection_string)
436 traffic_type=traffic_type,
462 traffic_type='TCP',
476 traffic_type='UDP',
490 traffic_type='TCP',
504 traffic_type='UDP',
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py411 traffic_type=testcase_params['traffic_type'],
484 def generate_test_cases(self, concurrency_list, traffic_type, argument
493 test_name = 'test_p2p_rvr_{}_{}_{}'.format(traffic_type,
497 traffic_type=traffic_type,
524 traffic_type='TCP',
539 traffic_type='UDP',
554 traffic_type='TCP',
569 traffic_type='UDP',
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DIperfHelper.py33 self.traffic_type = config['traffic_type']
50 if self.traffic_type == "UDP":
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
D__init__.py319 traffic_type='TCP', argument
345 if traffic_type.upper() == 'UDP':
348 elif traffic_type.upper() == 'TCP':
/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFitrafficTest.py72 if self.test_configs.traffic_type == "UDP":
DPowerWiFiHotspotTest.py238 'traffic_type': self.test_configs.traffic_type,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexBaseTest.py210 traffic_type=self.iperf_variables.protocol
216 traffic_type=self.iperf_variables.protocol
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
DCellularThroughputBaseTest.py246 traffic_type=self.testclass_params['traffic_type'],