Searched refs:traffic_type (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiThroughputStabilityTest.py | 79 for channel, mode, signal_level, traffic_type, traffic_direction in itertools.product( 93 traffic_type=traffic_type, 98 signal_level, traffic_type, traffic_direction, 424 traffic_type=testcase_params['traffic_type'], 432 traffic_type=testcase_params['traffic_type'], 582 … for channel, mode, position, traffic_type, signal_level, traffic_direction in itertools.product( 591 traffic_type=traffic_type, 599 signal_level, traffic_type, traffic_direction,
|
D | WifiRvrTest.py | 605 traffic_type=testcase_params['traffic_type'], 615 traffic_type=testcase_params['traffic_type'], 655 for channel, mode, traffic_type, traffic_direction in itertools.product( 661 traffic_type, traffic_direction, channel, mode) 666 traffic_type=traffic_type, 867 for channel, mode, angle, traffic_type, direction in itertools.product( 873 traffic_type, direction, channel, mode, angle) 877 traffic_type=traffic_type,
|
D | WifiRssiTest.py | 808 traffic_type=self.user_params['rssi_test_params'] 1042 traffic_type=self.user_params['rssi_test_params']
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 399 traffic_type=testcase_params['traffic_type'], 472 def generate_test_cases(self, concurrency_list, traffic_type, argument 481 test_name = 'test_p2p_rvr_{}_{}_{}'.format(traffic_type, 485 traffic_type=traffic_type, 509 traffic_type='TCP', 524 traffic_type='UDP', 539 traffic_type='TCP', 554 traffic_type='UDP',
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | IperfHelper.py | 33 self.traffic_type = config['traffic_type'] 50 if self.traffic_type == "UDP":
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | CoexBaseTest.py | 210 traffic_type=self.iperf_variables.protocol 216 traffic_type=self.iperf_variables.protocol
|
/tools/test/connectivity/acts_tests/tests/google/power/wifi/ |
D | PowerWiFiHotspotTest.py | 211 'traffic_type': self.test_configs.traffic_type,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 635 traffic_type='TCP', argument 660 if traffic_type.upper() == 'UDP': 663 elif traffic_type.upper() == 'TCP':
|