()
| 7 | |
| 8 | |
| 9 | def test_get_supported_features(): |
| 10 | method = get_method('tproxy') |
| 11 | features = method.get_supported_features() |
| 12 | assert features.ipv6 |
| 13 | assert features.udp |
| 14 | assert features.dns |
| 15 | |
| 16 | |
| 17 | def test_get_tcp_dstip(): |
nothing calls this directly
no test coverage detected