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))
145 # Make sure Phone A and B are attached to voice network.
157 1. Check if device is still connected to the WiFi network.
164 raise signals.TestFailure("Phone failed to connect to %s network on"
182 1. Attach device to voice subscription network.
183 2. Connect to a WiFi network.
185 4. Verify device auto-connects to the WiFi network.
186 5. Verify device is attached to voice network.
191 self.connect_to_wifi(self.dut, self.network)
203 1. Attach device to voice subscription network.
204 2. Connect to a WiFi network.
206 4. Verify device auto-connects to the WiFi network.
207 5. Verify device is attached to voice network.
212 self.connect_to_wifi(self.dut, self.network)
224 1. Attach device to voice subscription network.
225 2. Connect to a WiFi network.
229 3. Verify device auto-connects to the WiFi network.
230 4. Verify device is attached to voice network.
235 self.connect_to_wifi(self.dut, self.network)
247 1. Attach device to voice subscription network.
248 2. Connect to a WiFi network.
250 4. Verify device auto-connects to the WiFi network.
251 5. Verify device is attached to voice network.
256 self.connect_to_wifi(self.dut, self.network)
268 1. Attach device to voice subscription network.
269 2. Connect to a WiFi network.
271 4. Verify device auto-connects to the WiFi network.
272 5. Verify device is attached to voice network.
277 self.connect_to_wifi(self.dut, self.network)
289 1. Attach device to voice subscription network.
290 2. Connect to a WiFi network.
295 7. Verify device auto-connects to the WiFi network.
296 8. Verify device is attached to voice network.
301 self.connect_to_wifi(self.dut, self.network)