From 93ad0942d95f3eb30e44c1df7e8e9916de35f43d Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Fri, 8 Mar 2019 13:24:54 -0800 Subject: [PATCH] Stabilize perf tests - Cluster benchmark takes too long so adjusting # of runs. - OFP cbench test is nos stable so decreasing threshold. Change-Id: Id8baa8f2e4a3c2ffc11a3857044a0c46c8bdf228 Signed-off-by: Luis Gomez --- jjb/controller/controller-csit-dsbenchmark-cluster.yaml | 2 +- jjb/openflowplugin/openflowplugin-csit-cbench.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/controller/controller-csit-dsbenchmark-cluster.yaml b/jjb/controller/controller-csit-dsbenchmark-cluster.yaml index faae28c67..2537cca60 100644 --- a/jjb/controller/controller-csit-dsbenchmark-cluster.yaml +++ b/jjb/controller/controller-csit-dsbenchmark-cluster.yaml @@ -32,7 +32,7 @@ odl-mdsal-benchmark # Robot custom options - robot-options: '--exclude singlenode_setup' + robot-options: '--exclude singlenode_setup -v WARMUPS:1 -v RUNS:3' # ODL system image to use # The job uses scriptplan to set heap to 4GB, so 4GB RAM is not enough. diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml index 33161840e..d83bf837c 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench.yaml @@ -33,7 +33,7 @@ install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-drop-test' # Robot custom options - robot-options: '-v duration_in_secs:60 -v throughput_threshold:20000 -v latency_threshold:2000' + robot-options: '-v duration_in_secs:60 -v throughput_threshold:20000 -v latency_threshold:1000' # Plot Info 01-plot-title: 'Throughput Mode' -- 2.36.6