Searched refs:traffic_type (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiSoftApPerformanceTest.py | 179 traffic_type=testcase_params['traffic_type']) 185 traffic_type=testcase_params['traffic_type']) 209 traffic_type='TCP', 217 traffic_type='TCP', 225 traffic_type='TCP', 233 traffic_type='TCP',
|
D | WifiThroughputStabilityTest.py | 77 for channel, mode, traffic_type, traffic_direction, signal_level in itertools.product( 85 traffic_type=traffic_type, 90 signal_level, traffic_type, traffic_direction, 416 traffic_type=testcase_params['traffic_type']) 422 traffic_type=testcase_params['traffic_type']) 572 … for channel, mode, position, traffic_type, signal_level, traffic_direction in itertools.product( 580 traffic_type=traffic_type, 588 signal_level, traffic_type, traffic_direction,
|
D | WifiRvrTest.py | 556 traffic_type=testcase_params['traffic_type']) 562 traffic_type=testcase_params['traffic_type']) 597 for channel, mode, traffic_type, traffic_direction in itertools.product( 602 traffic_type, traffic_direction, channel, mode) 606 traffic_type=traffic_type, 816 for channel, mode, angle, traffic_type, direction in itertools.product( 821 traffic_type, direction, channel, mode, angle) 824 traffic_type=traffic_type,
|
D | WifiRssiTest.py | 813 traffic_type=self.user_params['rssi_test_params'] 1044 traffic_type=self.user_params['rssi_test_params']
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | IperfHelper.py | 33 self.traffic_type = config['traffic_type'] 50 if self.traffic_type == "UDP":
|
/tools/test/connectivity/acts/tests/google/power/wifi/ |
D | PowerWiFitrafficTest.py | 72 if self.test_configs.traffic_type == "UDP":
|
D | PowerWiFiHotspotTest.py | 211 'traffic_type': self.test_configs.traffic_type,
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexBaseTest.py | 210 traffic_type=self.iperf_variables.protocol 216 traffic_type=self.iperf_variables.protocol
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 1004 traffic_type='TCP', argument 1025 if traffic_type.upper() == 'UDP': 1027 elif traffic_type.upper() == 'TCP':
|