diff options
author | 2016-01-20 15:32:22 +0200 | |
---|---|---|
committer | 2016-01-20 15:32:22 +0200 | |
commit | 1d8c0a97f418555058efd9b149b1fec0cb808eb7 (patch) | |
tree | 0b0469282684d5d97f8aca477f69c3d60d29ef4b /scripts/automation/regression/setups | |
parent | fbbbb8fe6025da27ee3d703c3803e07cb7ecfd51 (diff) | |
parent | 0798c924dfcdfcf0c02ae74136013daa5d7d16f4 (diff) |
merge
Diffstat (limited to 'scripts/automation/regression/setups')
3 files changed, 14 insertions, 3 deletions
diff --git a/scripts/automation/regression/setups/kiwi02/benchmark.yaml b/scripts/automation/regression/setups/kiwi02/benchmark.yaml index ccd566cc..936af03a 100644 --- a/scripts/automation/regression/setups/kiwi02/benchmark.yaml +++ b/scripts/automation/regression/setups/kiwi02/benchmark.yaml @@ -36,7 +36,7 @@ test_rx_check : exp_bw : 1 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 diff --git a/scripts/automation/regression/setups/trex-dan/benchmark.yaml b/scripts/automation/regression/setups/trex-dan/benchmark.yaml index ae814551..3232dfec 100644 --- a/scripts/automation/regression/setups/trex-dan/benchmark.yaml +++ b/scripts/automation/regression/setups/trex-dan/benchmark.yaml @@ -36,7 +36,7 @@ test_rx_check : exp_bw : 1 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 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 |