Merge "CSIT Job to enable tests for vtnrenderer in NIC"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 1 Sep 2015 14:05:24 +0000 (14:05 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 1 Sep 2015 14:05:24 +0000 (14:05 +0000)
jjb/nic/nic-csit-vtnrenderer.yaml [new file with mode: 0644]

diff --git a/jjb/nic/nic-csit-vtnrenderer.yaml b/jjb/nic/nic-csit-vtnrenderer.yaml
new file mode 100644 (file)
index 0000000..ef7c04d
--- /dev/null
@@ -0,0 +1,35 @@
+- project:
+    name: nic-csit-vtnrenderer
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}-{stream}'
+
+    # The project name
+    project: 'nic'
+
+    # The functionality under test
+    functionality: 'vtnrenderer'
+
+    # Project branches
+    stream:
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Mininet configuration
+    mininet-image: 'rk-c-el6-mininet'
+    mininet-vms: 1
+
+    # Features to install
+    install-features: 'odl-nic-core,odl-nic-console,odl-nic-renderer-vtn'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},nic-distribution-{stream},vtn-distribution-{stream}'