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