diff options
author | Filip Varga <fivarga@cisco.com> | 2019-05-04 16:02:53 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-05-06 07:21:50 +0000 |
commit | 04bb642dcf1056f8c8d69df39663f117bf018c97 (patch) | |
tree | 11f6e616c75879e3700cc4e860a3ad83425aee63 /test | |
parent | 344ce4277885e448912fdfc35bcfaf130c74d086 (diff) |
NAT: VPP-1646 test case asserts
Change-Id: I466cea5cbe82a34d4b0b20a76bf5df4d529670e4
Signed-off-by: Filip Varga <fivarga@cisco.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_nat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_nat.py b/test/test_nat.py index e0e50c03dde..cbc48d4e776 100644 --- a/test/test_nat.py +++ b/test/test_nat.py @@ -3990,6 +3990,7 @@ class TestNAT44(MethodHolder): self.verify_capture_in(capture, self.pg0) finally: + self.nat44_add_address(self.nat_addr, is_add=0) self.pg1.unconfig_ip4() self.pg2.unconfig_ip4() self.pg1.set_table_ip4(0) |