Home
last modified time | relevance | path

Searched defs:dut (Results 1 – 25 of 50) sorted by relevance

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
D__init__.py65 def detect_wifi_platform(dut): argument
128 dut, argument
153 def validate_network(dut, ssid): argument
325 def get_atten_for_target_rssi(target_rssi, attenuators, dut, ping_server): argument
402 def get_current_atten_dut_chain_map(attenuators, argument
464 dut, argument
513 def get_dut_temperature(dut): argument
544 def wait_for_dut_cooldown(dut, target_temp=50, timeout=300): argument
563 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): argument
606 def get_connected_rssi_nb(dut, argument
[all …]
Dqcom_utils.py44 def get_connected_rssi(dut, argument
158 def get_scan_rssi(dut, tracked_bssids, num_measurements=1): argument
192 def get_sw_signature(dut): argument
211 def get_country_code(dut): argument
219 def push_config(dut, config_file): argument
227 def start_wifi_logging(dut): argument
237 def stop_wifi_logging(dut): argument
249 def push_firmware(dut, firmware_files): argument
276 def _edit_dut_ini(dut, ini_fields): argument
288 def set_chain_mask(dut, chain_mask): argument
[all …]
Dbrcm_utils.py126 def get_connected_rssi(dut, argument
251 def get_scan_rssi(dut, tracked_bssids, num_measurements=1): argument
285 def get_sw_signature(dut): argument
306 def get_country_code(dut): argument
317 def push_config(dut, config_file): argument
324 def start_wifi_logging(dut): argument
328 def stop_wifi_logging(dut): argument
332 def push_firmware(dut, firmware_files): argument
345 def disable_beamforming(dut): argument
349 def set_nss_capability(dut, nss): argument
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Daudio_utils.py41 def play_audio_into_device(self, audio_file_path, audio_player, dut): argument
65 audio_player, dut, argument
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTetheringTest.py89 def _supports_ipv6_tethering(self, dut): argument
102 def _carrier_supports_ipv6(self,dut): argument
115 def _verify_ipv6_tethering(self, dut): argument
213 def _verify_ping(self, dut, ip, isIPv6=False): argument
229 def _return_ip_for_interface(self, dut, iface_name): argument
261 def _ping_hotspot_interfaces_from_tethered_device(self, dut): argument
DWifiChannelSwitchStressTest.py113 def get_wlan0_link(self, dut): argument
122 def get_wlan1_status(self, dut): argument
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/stress/
DInfraAssociationStressTest.py34 def is_associated(self, dut): argument
45 def wait_for_disassociation(self, q, dut): argument
DMessagesStressTest.py72 def wait_for_tx_events(self, dut, num_msgs, messages_by_msg, argument
126 def wait_for_rx_events(self, dut, num_msgs, messages_by_msg): argument
/tools/test/connectivity/acts_tests/tests/google/nfc/
DNfcBasicFunctionalityTest.py43 def _ensure_nfc_enabled(self, dut): argument
55 def _ensure_nfc_disabled(self, dut): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/
Drtt_test_utils.py88 def config_privilege_override(dut, override_to_no_privilege): argument
127 def scan_networks(dut, max_tries=3): argument
145 def scan_with_rtt_support_constraint(dut, support_rtt, repeat=0): argument
412 def run_ranging(dut, argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_power_test_utils.py91 def start_apk_ble_adv(dut, adv_mode, adv_power_level, adv_duration): argument
127 def start_apk_ble_scan(dut, scan_mode, scan_duration): argument
Dshell_commands_lib.py22 def __init__(self, log, dut): argument
Dgatts_lib.py42 dut = None variable in GattServerLib
50 def __init__(self, log, dut): argument
Dconfig_lib.py37 def __init__(self, log, dut): argument
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/ota/
DServiceIdsTest.py32 def start_discovery_session(self, dut, session_id, is_publish, dtype, argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DIperfHelper.py72 def process_iperf_results(self, dut, log, iperf_servers, test_name): argument
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DProtocolsMultiCountryTest.py100 def run_ping6(self, dut, peer_ipv6): argument
112 def get_ndp_freq(self, dut): argument
DMacRandomTest.py38 def request_network(self, dut, ns): argument
DProtocolsTest.py31 def run_ping6(self, dut, peer_ipv6): argument
DCapabilitiesTest.py47 def start_discovery_session(self, dut, session_id, is_publish, dtype, argument
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py39 def request_network(self, dut, ns): argument
104 def run_iperf(self, q, dut, peer_dut, peer_aware_if, dut_ipv6, port): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py454 def carrier_supports_ipv6(dut): argument
470 def is_carrier_supports_entitlement(dut): argument
500 def supports_ipv6_tethering(self, dut): argument
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/functional/
DRangeApNonSupporting11McTest.py41 def run_test_rtt_non_80211mc_supporting_aps(self, dut, accuracy_evaluation=False): argument
DRangeApSupporting11McTest.py47 def run_test_rtt_80211mc_supporting_aps(self, dut, accuracy_evaluation=False): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
DWifiP2pBaseTest.py143 def get_p2p_mac_address(self, dut): argument

12