Add CSIT job for DIDM discovery tests. 48/30448/7
authorLinh <linh.pham@hpe.com>
Tue, 1 Dec 2015 19:46:15 +0000 (11:46 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 15 Jan 2016 19:31:14 +0000 (11:31 -0800)
Remove the mininet settings.

Change-Id: I43f81c6896802258c5d77503278faaba2254a2b7
Signed-off-by: Linh <linh.pham@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/didm/didm-csit-discovery.yaml [new file with mode: 0644]

diff --git a/jjb/didm/didm-csit-discovery.yaml b/jjb/didm/didm-csit-discovery.yaml
new file mode 100644 (file)
index 0000000..1bdcfcb
--- /dev/null
@@ -0,0 +1,33 @@
+- project:
+    name: didm-csit-discovery
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'didm'
+
+    # The functionality under test
+    functionality: 'discovery'
+
+    # Project branches
+    stream:
+        - boron:
+            branch: 'master'
+        - beryllium:
+            branch: 'stable/beryllium'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Features to install
+    install-features: 'odl-didm-all'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'didm-distribution-{stream},openflowplugin-distribution-{stream}'