From 757a4224c037f806a027c4397d66e26d216692bd Mon Sep 17 00:00:00 2001 From: gvrangan Date: Fri, 1 Jul 2016 22:18:11 +0000 Subject: [PATCH] Enable 3node Tests for VTN Manager This patch will enable the VTN to be deployed in 3node and the exisiting CSIT will be run against it. We need to add more 3node related tests in the future. Change-Id: I2a9859574b6a6a097edfdfdf3a66c9da5d41ee92 Signed-off-by: gvrangan --- jjb/vtn/vtn-csit-3node-manager.yaml | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 jjb/vtn/vtn-csit-3node-manager.yaml diff --git a/jjb/vtn/vtn-csit-3node-manager.yaml b/jjb/vtn/vtn-csit-3node-manager.yaml new file mode 100644 index 0000000000..bf1ece3a34 --- /dev/null +++ b/jjb/vtn/vtn-csit-3node-manager.yaml @@ -0,0 +1,32 @@ +- project: + name: vtn-csit-3node-manager + jobs: + - '{project}-csit-3node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-3node-{functionality}' + + # The project name + project: 'vtn' + + # The functionality under test + functionality: 'manager' + + # Project branches + stream: + - boron: + branch: 'master' + jre: 'openjdk8' + + install: + - only: + scope: 'only' + - all: + scope: 'all' + + # Features to install + install-features: 'odl-vtn-manager-rest,odl-vtn-manager-neutron' + + # Robot custom options + robot-options: '' + + # Trigger jobs (upstream dependencies) + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}' -- 2.36.6