IPv6 basic connectivity test
(self)
| 65 | self.run_basic_conn_test(AF_INET, 0) |
| 66 | |
| 67 | def test_0011_basic_conn_test(self): |
| 68 | """IPv6 basic connectivity test""" |
| 69 | self.run_basic_conn_test(AF_INET6, 0) |
| 70 | |
| 71 | def test_0050_loopback_prepare_test(self): |
| 72 | """Create loopbacks overlapping with remote addresses""" |
nothing calls this directly
no test coverage detected