Enable 3node Tests for VTN Manager 27/41227/1
authorgvrangan <venkatrangang@hcl.com>
Fri, 1 Jul 2016 22:18:11 +0000 (22:18 +0000)
committergvrangan <venkatrangang@hcl.com>
Fri, 1 Jul 2016 22:21:46 +0000 (22:21 +0000)
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 <venkatrangang@hcl.com>
jjb/vtn/vtn-csit-3node-manager.yaml [new file with mode: 0644]

diff --git a/jjb/vtn/vtn-csit-3node-manager.yaml b/jjb/vtn/vtn-csit-3node-manager.yaml
new file mode 100644 (file)
index 0000000..bf1ece3
--- /dev/null
@@ -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}'