refactor ovsdb patch test and add ability to trigger netvirt csit 79/49679/5
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 21 Dec 2016 05:20:18 +0000 (21:20 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 21 Dec 2016 18:01:19 +0000 (10:01 -0800)
Change-Id: I3f66324103bda97fbddc6b09e86f7d5a7b7a7f6e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/ovsdb/ovsdb-patch-test.yaml

index 9693db77b705634d63a80f91475c6601211c110a..10a6371f844ab3ececc11f8ec437e7b2ac8a7c63 100644 (file)
@@ -6,30 +6,26 @@
     # The project name
     project: 'ovsdb'
 
-    feature: 'all'
-
-    # Project branches
     stream:
         - carbon:
             branch: 'master'
             jdk: 'openjdk8'
-            csit-list: >
-                ovsdb-csit-1node-southbound-only-{stream},
-                ovsdb-csit-1node-southbound-all-{stream},
-                ovsdb-csit-3node-clustering-only-{stream}
-
         - boron:
             branch: 'stable/boron'
             jdk: 'openjdk8'
+
+    feature:
+        - genius:
             csit-list: >
-                ovsdb-csit-1node-southbound-only-{stream},
-                ovsdb-csit-1node-southbound-all-{stream},
-                ovsdb-csit-3node-clustering-only-{stream}
+                genius-csit-1node-genius-only-{stream}
 
-        - beryllium:
-            branch: 'stable/beryllium'
-            jdk: 'openjdk7'
+        - netvirt:
+            csit-list: >
+                netvirt-csit-1node-openstack-mitaka-gate-transparent-{stream}
+
+        - core:
             csit-list: >
                 ovsdb-csit-1node-southbound-only-{stream},
                 ovsdb-csit-1node-southbound-all-{stream},
                 ovsdb-csit-3node-clustering-only-{stream}
+