From: Jamo Luhrsen Date: Wed, 29 Apr 2015 16:16:24 +0000 (-0700) Subject: cbench suite for lithium feature set X-Git-Tag: release/lithium~207^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F19319%2F2;p=releng%2Fbuilder.git cbench suite for lithium feature set Change-Id: I575aa95ab40d26fbb35e8691f9f563f0089f5556 Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-performance-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-performance-lithium-redesign.yaml new file mode 100644 index 000000000..1b6a477ec --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-cbench-performance-lithium-redesign.yaml @@ -0,0 +1,38 @@ +- project: + name: openflowplugin-csit-cbench-performance-lithium-redesign + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'cbench-performance-lithium-redesign' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui-li,odl-openflowplugin-drop-test-li' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' + + # Plot Info + 01-plot-title: 'Throughput Mode' + 01-plot-yaxis: 'flow_mods/sec' + 01-plot-group: 'Cbench Performance' + 01-plot-data-file: 'throughput.csv' + 02-plot-title: 'Latency Mode' + 02-plot-yaxis: 'flow_mods/sec' + 02-plot-group: 'Cbench Performance' + 02-plot-data-file: 'latency.csv'