Home | History | Annotate | Download | only in wifi

Lines Matching full:ipv6

78         """ Verify if the given string is a valid IPv6 address
84 True: if valid ipv6 address
94 """ Check if provider supports IPv6 tethering.
95 Currently, only Verizon supports IPv6 tethering
98 True: if provider supports IPv6 tethering
101 # Currently only Verizon support IPv6 tethering
107 """ Verify if carrier supports ipv6
108 Currently, only verizon and t-mobile supports IPv6
111 True: if carrier supports ipv6
120 """ Verify IPv6 tethering """
127 "The http response did not return IPv6 address")
130 "Could not find IPv6 address in link properties")
133 "Could not find IPv6 default route in link properties")
137 "Found IPv6 default route in link properties")
222 2. ip - ip/hostname to ping (IPv4 and IPv6)
241 List of IPv4 and IPv6 addresses
324 """ IPv6 tethering test
328 2. Verify IPv6 address on hotspot device (VZW & TMO only)
330 4. Verify IPv6 address on the client's link properties (VZW only)
333 does not have IPv6 address and default route (VZW only)
340 self.log.info("Check IPv6 properties on the hotspot device. "
341 "Verizon & T-mobile should have IPv6 in link properties")
347 # Need to wait atleast 2 seconds for IPv6 address to
352 self.log.info("Check IPv6 properties on the tethered device. "
353 "Device should have IPv6 if carrier is Verizon")
366 self.log.info("Disabling mobile data to verify ipv6 default route")
373 time.sleep(WAIT_TIME) # wait until the IPv6 is removed from link properties
378 asserts.fail("Found IPv6 default route in link properties:Data off")
379 self.log.info("Did not find IPv6 address in link properties")
445 and IPv6 interfaces on hotspot device from tethered device
462 and IPv6 interfaces on hotspot device from tethered device