diff options
author | 2016-04-11 16:41:24 +0300 | |
---|---|---|
committer | 2016-04-11 16:41:24 +0300 | |
commit | 145a106abceaeb10f62dd40bc11010932f4b9576 (patch) | |
tree | 98ef8b22154e9db4bb964a49fdc425e9b0c64f4d /scripts/automation/regression/stateful_tests/trex_nat_test.py | |
parent | f7d55aa327c0c6f721dee05f2f32a54d6ccf51cc (diff) | |
parent | af49c70aaaecb897c7d3b4bddb18f504d32b0546 (diff) |
Merge remove old code
Diffstat (limited to 'scripts/automation/regression/stateful_tests/trex_nat_test.py')
-rwxr-xr-x | scripts/automation/regression/stateful_tests/trex_nat_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_nat_test.py b/scripts/automation/regression/stateful_tests/trex_nat_test.py index e7fe5ca5..e429bc17 100755 --- a/scripts/automation/regression/stateful_tests/trex_nat_test.py +++ b/scripts/automation/regression/stateful_tests/trex_nat_test.py @@ -161,8 +161,8 @@ class CTRexNat_Test(CTRexGeneral_Test):#(unittest.TestCase): self.assert_gt(nat_stats['num_of_hits'], 50000, 'total nat hits is not high enough') def tearDown(self): - CTRexGeneral_Test.tearDown(self) self.router.clear_nat_translations() + CTRexGeneral_Test.tearDown(self) if __name__ == "__main__": |