/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiSoftApPerformanceTest.py | 249 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 …]
|
D | WifiTdlsRvrTest.py | 265 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',
|
D | WifiRvrTest.py | 690 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 …]
|
D | WifiThroughputStabilityTest.py | 81 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,
|
D | WifiRssiTest.py | 844 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/ |
D | WifiAwareRvrTest.py | 353 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/ |
D | WifiP2pRvrTest.py | 411 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/ |
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/wifi/wifi_performance_test_utils/ |
D | __init__.py | 319 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/ |
D | PowerWiFitrafficTest.py | 72 if self.test_configs.traffic_type == "UDP":
|
D | PowerWiFiHotspotTest.py | 238 'traffic_type': self.test_configs.traffic_type,
|
/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/acts_contrib/test_utils/cellular/performance/ |
D | CellularThroughputBaseTest.py | 246 traffic_type=self.testclass_params['traffic_type'],
|