Adding openflowplugin system test 05/16005/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 3 Mar 2015 15:56:14 +0000 (07:56 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 3 Mar 2015 15:56:14 +0000 (07:56 -0800)
Change-Id: I94aafd76998b589d071bb6f04c8067afd281c5fd
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/openflowplugin/openflowplugin-csit-flow-services-master.yaml [new file with mode: 0644]
jjb/openflowplugin/openflowplugin-csit-flow-services-stable-helium.yaml [new file with mode: 0644]

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