diff options
author | 2016-10-13 15:18:38 +0300 | |
---|---|---|
committer | 2016-10-13 15:18:38 +0300 | |
commit | cf40f4d078a847eb05de1c880f349c8dcb20fb29 (patch) | |
tree | 5226095769e0c8f59b8c4f89683802aed1ed886e /scripts/automation | |
parent | 9ed37dfeed71c3adac59f02e08ee08627bd7924c (diff) |
Another small fix to regression
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts/automation')
-rwxr-xr-x | scripts/automation/regression/stateful_tests/trex_rx_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_rx_test.py b/scripts/automation/regression/stateful_tests/trex_rx_test.py index c08ad1ea..9a731e8b 100755 --- a/scripts/automation/regression/stateful_tests/trex_rx_test.py +++ b/scripts/automation/regression/stateful_tests/trex_rx_test.py @@ -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) |