Adding OpenFlow scalability test 82/18382/1
authorLuis Gomez <ecelgp@gmail.com>
Wed, 15 Apr 2015 11:29:33 +0000 (04:29 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 15 Apr 2015 11:29:33 +0000 (04:29 -0700)
Change-Id: I384528596b1944199a2b4d83c587758e4c543f9d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/openflowplugin-csit-scalability-master.yaml [new file with mode: 0644]

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