Lines Matching refs:network
45 self.network = { WifiEnums.SSID_KEY : self.wifi_network_ssid,
62 def connect_to_wifi(self, ad, network):
67 network: A JSON dict of the WiFi network configuration.
75 wifi_utils.wifi_connect(ad, network)
76 self.log.debug("Connected to %s network on %s device" % (
77 network[WifiEnums.SSID_KEY], ad.serial))
147 # Make sure Phone A and B are attached to voice network.
159 1. Check if device is still connected to the WiFi network.
168 raise signals.TestFailure("Phone failed to connect to %s network on"
186 1. Attach device to voice subscription network.
187 2. Connect to a WiFi network.
189 4. Verify device auto-connects to the WiFi network.
190 5. Verify device is attached to voice network.
195 self.connect_to_wifi(self.dut, self.network)
208 1. Attach device to voice subscription network.
209 2. Connect to a WiFi network.
211 4. Verify device auto-connects to the WiFi network.
212 5. Verify device is attached to voice network.
217 self.connect_to_wifi(self.dut, self.network)
230 1. Attach device to voice subscription network.
231 2. Connect to a WiFi network.
235 3. Verify device auto-connects to the WiFi network.
236 4. Verify device is attached to voice network.
241 self.connect_to_wifi(self.dut, self.network)
254 1. Attach device to voice subscription network.
255 2. Connect to a WiFi network.
257 4. Verify device auto-connects to the WiFi network.
258 5. Verify device is attached to voice network.
263 self.connect_to_wifi(self.dut, self.network)
276 1. Attach device to voice subscription network.
277 2. Connect to a WiFi network.
279 4. Verify device auto-connects to the WiFi network.
280 5. Verify device is attached to voice network.
285 self.connect_to_wifi(self.dut, self.network)
298 1. Attach device to voice subscription network.
299 2. Connect to a WiFi network.
304 7. Verify device auto-connects to the WiFi network.
305 8. Verify device is attached to voice network.
310 self.connect_to_wifi(self.dut, self.network)