diff options
author | 2016-07-12 09:36:21 +0300 | |
---|---|---|
committer | 2016-07-12 16:06:29 +0300 | |
commit | 333f41bb7de9ce9b0155c834df8a0c4bb67292b0 (patch) | |
tree | cc86774902c0c6473f0bbf314572b82bdc9bf690 /scripts/automation/regression/stateful_tests | |
parent | 7b9d10888594ca9fe1114309e53c0dea9089085b (diff) |
NAT seq num randomization regression tests
Diffstat (limited to 'scripts/automation/regression/stateful_tests')
-rwxr-xr-x | scripts/automation/regression/stateful_tests/trex_nat_test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_nat_test.py b/scripts/automation/regression/stateful_tests/trex_nat_test.py index 6e030ffe..c23f67c4 100755 --- a/scripts/automation/regression/stateful_tests/trex_nat_test.py +++ b/scripts/automation/regression/stateful_tests/trex_nat_test.py @@ -93,6 +93,9 @@ class CTRexNat_Test(CTRexGeneral_Test):#(unittest.TestCase): def test_nat_simple_mode2(self): self.nat_simple_helper(learn_mode=2) + def test_nat_simple_mode3(self): + self.nat_simple_helper(learn_mode=3) + def nat_simple_helper(self, learn_mode=1): # test initializtion self.router.configure_basic_interfaces() |