HomeSort by relevance Sort by last modified time
    Searched refs:expected_con (Results 1 - 3 of 3) sorted by null

  /tools/test/connectivity/acts/tests/google/wifi/
WifiPnoTest.py 85 def trigger_pno_and_assert_connect(self, attn_val_name, expected_con):
92 expected_con: The expected info of the network to we expect the DUT
98 expected_con[WifiEnums.SSID_KEY]))
106 expected_ssid = expected_con[WifiEnums.SSID_KEY]
WifiEnterpriseRoamingTest.py 160 def trigger_roaming_and_validate(self, attn_val_name, expected_con):
166 expected_con: The expected info of the network to we expect the DUT
175 wutils.verify_wifi_connection_info(self.dut, expected_con)
176 expected_bssid = expected_con[WifiEnums.BSSID_KEY]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 770 def verify_wifi_connection_info(ad, expected_con):
775 expected_con: A dict representing expected key-value pairs for wifi
781 for k, expected_v in expected_con.items():

Completed in 181 milliseconds