IPv4 local-spoof connectivity test
(self)
| 82 | intf.config_ip6() |
| 83 | |
| 84 | def test_0110_basic_conn_test(self): |
| 85 | """IPv4 local-spoof connectivity test""" |
| 86 | self.run_negative_conn_test(AF_INET, 0) |
| 87 | |
| 88 | def test_0111_basic_conn_test(self): |
| 89 | """IPv6 local-spoof connectivity test""" |
nothing calls this directly
no test coverage detected