NAT seq num randomization regression tests
authorIdo Barnea <[email protected]>
Tue, 12 Jul 2016 06:36:21 +0000 (09:36 +0300)
committerIdo Barnea <[email protected]>
Tue, 12 Jul 2016 13:06:29 +0000 (16:06 +0300)
scripts/automation/regression/setups/kiwi02/benchmark.yaml
scripts/automation/regression/setups/trex-dan/benchmark.yaml
scripts/automation/regression/setups/trex07/benchmark.yaml
scripts/automation/regression/setups/trex14/benchmark.yaml
scripts/automation/regression/setups/trex25/benchmark.yaml
scripts/automation/regression/stateful_tests/trex_nat_test.py

index 3332aa5..e662108 100644 (file)
@@ -69,6 +69,8 @@ test_nat_simple_mode1: &test_nat_simple
 
 test_nat_simple_mode2: *test_nat_simple
 
+test_nat_simple_mode3: *test_nat_simple
+
 test_nat_learning:
     <<                  : *test_nat_simple
     nat_opened          : 100000
index e9f12c4..de56089 100644 (file)
@@ -69,6 +69,8 @@ test_nat_simple_mode1: &test_nat_simple
 
 test_nat_simple_mode2: *test_nat_simple
 
+test_nat_simple_mode3: *test_nat_simple
+
 test_nat_learning:
     <<                  : *test_nat_simple
     bw_per_core         : 7.377
index 1475abe..0dc340b 100644 (file)
@@ -65,6 +65,8 @@ test_nat_simple_mode1: &test_nat_simple
 
 test_nat_simple_mode2: *test_nat_simple
 
+test_nat_simple_mode3: *test_nat_simple
+
 test_nat_learning: *test_nat_simple
 
 
index 3cd22ce..04f13e7 100644 (file)
@@ -65,6 +65,8 @@ test_nat_simple_mode1: &test_nat_simple
 
 test_nat_simple_mode2: *test_nat_simple
 
+test_nat_simple_mode3: *test_nat_simple
+
 test_nat_learning: *test_nat_simple
 
 
index 19fab1f..ccbdf6f 100644 (file)
@@ -70,6 +70,8 @@ test_nat_simple_mode1: &test_nat_simple
 
 test_nat_simple_mode2: *test_nat_simple
 
+test_nat_simple_mode3: *test_nat_simple
+
 test_nat_learning:
     <<                  : *test_nat_simple
     nat_opened          : 40000
index 6e030ff..c23f67c 100755 (executable)
@@ -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()