From da44424fabb6f3c319982359d36f9ed4504962c4 Mon Sep 17 00:00:00 2001 From: Peter Gubka Date: Fri, 15 May 2015 13:24:52 +0200 Subject: [PATCH] basic statistic collection test on 16k flows to be merged after https://git.opendaylight.org/gerrit/#/c/20367/ Change-Id: Id8cfc1c357715826922015ef1c9ad026167d5920 Signed-off-by: Peter Gubka --- ...sit-statistics-basic-lithium-redesign.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 jjb/openflowplugin/openflowplugin-csit-statistics-basic-lithium-redesign.yaml diff --git a/jjb/openflowplugin/openflowplugin-csit-statistics-basic-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-statistics-basic-lithium-redesign.yaml new file mode 100644 index 000000000..449667778 --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-statistics-basic-lithium-redesign.yaml @@ -0,0 +1,29 @@ +- project: + name: openflowplugin-csit-statistics-basic-lithium-redesign + jobs: + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'statistics-basic-lithium-redesign' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui-li' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' + -- 2.36.6