diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_snat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_snat.py b/test/test_snat.py index 1db1546a1e7..43c4269600f 100644 --- a/test/test_snat.py +++ b/test/test_snat.py @@ -2192,7 +2192,7 @@ class TestSNAT(MethodHolder): capture = self.pg6.get_capture(len(pkts)) self.verify_capture_in(capture, self.pg6) - def _test_output_feature_hairpinning(self): + def test_output_feature_hairpinning(self): """ S-NAT interface output feature hairpinning (in2out postrouting) """ host = self.pg0.remote_hosts[0] server = self.pg0.remote_hosts[1] |