IPv6 local-spoof connectivity test
(self)
| 86 | self.run_negative_conn_test(AF_INET, 0) |
| 87 | |
| 88 | def test_0111_basic_conn_test(self): |
| 89 | """IPv6 local-spoof connectivity test""" |
| 90 | self.run_negative_conn_test(AF_INET, 1) |
| 91 | |
| 92 | def test_0200_basic_conn_test(self): |
| 93 | """Configure container commands""" |
nothing calls this directly
no test coverage detected