adding a job to test Li-designed openflowplugin scalability 56/22256/2
authorPeter Gubka <pgubka@cisco.com>
Wed, 10 Jun 2015 07:33:47 +0000 (09:33 +0200)
committerPeter Gubka <pgubka@cisco.com>
Wed, 10 Jun 2015 07:48:32 +0000 (09:48 +0200)
file taken from openflowplugin-csit-scalability.yaml, verify job
removed as verify is done with odl-designed plugin

to be merged after https://git.opendaylight.org/gerrit/22257

Change-Id: I29321285380be7ccf96e671698a0c6c026b01315
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/openflowplugin/openflowplugin-csit-scalability-lithium-redesign.yaml [new file with mode: 0644]

diff --git a/jjb/openflowplugin/openflowplugin-csit-scalability-lithium-redesign.yaml b/jjb/openflowplugin/openflowplugin-csit-scalability-lithium-redesign.yaml
new file mode 100644 (file)
index 0000000..cb91901
--- /dev/null
@@ -0,0 +1,33 @@
+- project:
+    name: openflowplugin-csit-scalability-lithium-redesign
+    jobs:
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'scalability-lithium-redesign'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-openflowplugin-flow-services-ui-li'
+
+    # Robot custom options
+    robot-options: '-v TOPO_TREE_DEPTH:7 -e adsal'
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'
+