diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-01-19 18:20:07 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-01-19 18:20:07 +0200 |
commit | d7ea8e1eaa6964854b6845dba334b056a8187de0 (patch) | |
tree | 1dacff1092034c6af50b70ccd6dc1feabab3597e /scripts/automation/regression/setups/trex14/benchmark.yaml | |
parent | 62623efc5b700d58335fa994d2e2725863527575 (diff) |
regression:
add rx_check negative test
add test_nat_simple_mode1 and test_nat_simple_mode2 benchmarks
remove pcaps to ensure they are created
Diffstat (limited to 'scripts/automation/regression/setups/trex14/benchmark.yaml')
-rw-r--r-- | scripts/automation/regression/setups/trex14/benchmark.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/automation/regression/setups/trex14/benchmark.yaml b/scripts/automation/regression/setups/trex14/benchmark.yaml index b0e4f31d..4870eefe 100644 --- a/scripts/automation/regression/setups/trex14/benchmark.yaml +++ b/scripts/automation/regression/setups/trex14/benchmark.yaml @@ -36,7 +36,7 @@ test_rx_check : exp_bw : 13 exp_latency : 1 -test_nat_simple : +test_nat_simple : &test_nat_simple stat_route_dict : clients_start : 16.0.0.1 servers_start : 48.0.0.1 @@ -56,6 +56,9 @@ test_nat_simple : exp_latency : 1 allow_timeout_dev : YES +test_nat_simple_mode1 : *test_nat_simple +test_nat_simple_mode2 : *test_nat_simple + test_nat_learning : stat_route_dict : clients_start : 16.0.0.1 @@ -147,6 +150,8 @@ test_rx_check_http_negative: multiplier : 13000 cores : 1 rx_sample_rate : 16 + # allow 0.03% errors, bad router + error_tolerance : 0.03 stat_route_dict : clients_start : 16.0.0.1 servers_start : 48.0.0.1 |