From d7ea8e1eaa6964854b6845dba334b056a8187de0 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 19 Jan 2016 18:20:07 +0200 Subject: regression: add rx_check negative test add test_nat_simple_mode1 and test_nat_simple_mode2 benchmarks remove pcaps to ensure they are created --- scripts/automation/regression/setups/kiwi02/benchmark.yaml | 5 ++++- scripts/automation/regression/setups/trex-dan/benchmark.yaml | 5 ++++- scripts/automation/regression/setups/trex14/benchmark.yaml | 7 ++++++- 3 files changed, 14 insertions(+), 3 deletions(-) (limited to 'scripts/automation/regression/setups') 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 -- cgit