From 9275302fe81dbe547ace3bf3560893b1e4752229 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Wed, 29 Mar 2017 22:34:01 -0700 Subject: [PATCH] Change l2switch max host test Add graph for host discovery time. Change-Id: If2227b9aa23f24fe887fe1a3bcbf989fbc5a0fe3 Signed-off-by: Luis Gomez --- .../l2switch-csit-host-scalability-daily.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml b/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml index 7ce38594c..8b53e5536 100644 --- a/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml +++ b/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml @@ -27,13 +27,17 @@ scope: 'only' # Features to install - install-features: 'odl-l2switch-all,odl-l2switch-switch-rest' + install-features: 'odl-l2switch-switch-ui' # Robot custom options robot-options: '' # Plot Info - 01-plot-title: 'Max number of Hosts' - 01-plot-yaxis: 'Network Hosts' - 01-plot-group: 'Inventory Host Scalability' + 01-plot-title: 'Maximum Hosts Single Switch' + 01-plot-yaxis: 'Hosts' + 01-plot-group: 'Host Scalability' 01-plot-data-file: 'hosts.csv' + 02-plot-title: 'Host Discover Time' + 02-plot-yaxis: 'Seconds' + 02-plot-group: 'Host Scalability' + 02-plot-data-file: 'time.csv' -- 2.36.6