IPv4 test after configuring container
(self)
| 107 | ) |
| 108 | |
| 109 | def test_0210_basic_conn_test(self): |
| 110 | """IPv4 test after configuring container""" |
| 111 | self.run_basic_conn_test(AF_INET, 0) |
| 112 | |
| 113 | def test_0211_basic_conn_test(self): |
| 114 | """IPv6 test after configuring container""" |
nothing calls this directly
no test coverage detected