Another small fix to regression
authorIdo Barnea <[email protected]>
Thu, 13 Oct 2016 12:18:38 +0000 (15:18 +0300)
committerIdo Barnea <[email protected]>
Thu, 13 Oct 2016 12:18:38 +0000 (15:18 +0300)
Signed-off-by: Ido Barnea <[email protected]>
scripts/automation/regression/stateful_tests/trex_rx_test.py

index c08ad1e..9a731e8 100755 (executable)
@@ -99,7 +99,7 @@ class CTRexRx_Test(CTRexGeneral_Test):
             nc = True,
             rx_check = sample_rate,
             d = 100,
-            f = 'avl/sfr_delay_10_1g_no_bundeling.yaml',
+            f = 'avl/sfr_delay_10_1g_no_bundling.yaml',
             l = 1000,
             k = 10,
             learn_verify = True,
@@ -168,7 +168,7 @@ class CTRexRx_Test(CTRexGeneral_Test):
             nc = True,
             rx_check = sample_rate,
             d = 100,
-            f = 'avl/sfr_delay_10_1g_no_bundeling.yaml',
+            f = 'avl/sfr_delay_10_1g_no_bundling.yaml',
             l = 1000,
             k = 10,
             ipv6 = True)