From d0078ebf78ad40341ce601c4bc5dfaf5615bfa97 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 3 Mar 2015 07:56:14 -0800 Subject: [PATCH] Adding openflowplugin system test Change-Id: I94aafd76998b589d071bb6f04c8067afd281c5fd Signed-off-by: Luis Gomez --- ...nflowplugin-csit-flow-services-master.yaml | 32 +++++++++++++++++++ ...ugin-csit-flow-services-stable-helium.yaml | 31 ++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml create mode 100644 jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml new file mode 100644 index 000000000..9daddd138 --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml @@ -0,0 +1,32 @@ +- project: + name: openflowplugin-csit-flow-services-master + jobs: + - '{project}-csit-1node-imds-{functionality}-{install}-{stream}' + - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'flow-services' + + # Project branches + stream: + - master: + branch: 'master' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-adsal-compatibility,odl-nsf-all' + + # Robot custom options + robot-options: '-v TOPO_TREE_DEPTH:5' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' + diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml new file mode 100644 index 000000000..3f4d850e8 --- /dev/null +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml @@ -0,0 +1,31 @@ +- project: + name: openflowplugin-csit-flow-services-stable-helium + jobs: + - '{project}-csit-1node-imds-{functionality}-{install}-{stream}' + + # The project name + project: 'openflowplugin' + + # The functionality under test + functionality: 'flow-services' + + # Project branches + stream: + - stable-helium: + branch: 'stable/helium' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-openflowplugin-flow-services-ui' + + # 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