Add netvirt gate runs with different testplans 89/49789/5
authorAlon Kochba <alonko@hpe.com>
Sun, 25 Dec 2016 09:46:52 +0000 (11:46 +0200)
committerAlon Kochba <alonko@hpe.com>
Tue, 27 Dec 2016 12:16:33 +0000 (14:16 +0200)
Add the following patch-test keywords, to trigger subsets
of the full testplan:

test-netvirt-minimal-current - runs only CSIT suites
test-netvirt-tempest-current - runs only Tempest suite

Depends-On: https://git.opendaylight.org/gerrit/#/c/49788/
Change-Id: Iaaf23349c0f494c784ec1b279bb14330ba19a523
Signed-off-by: Alon Kochba <alonko@hpe.com>
jjb/groupbasedpolicy/groupbasedpolicy-csit-1node-openstack.yaml
jjb/integration/integration-templates.yaml
jjb/netvirt/netvirt-csit-1node-multi-openstack.yaml
jjb/netvirt/netvirt-legacy-csit-1node-multi-openstack.yaml
jjb/netvirt/netvirt-patch-test.yaml
jjb/vtn/vtn-manager-csit-1node-openstack.yaml

index 629e420a0164aebf418073ac2cfa84136bd82385..bfb4c7e420ec88ae45962711096795c1ccffbbf3 100644 (file)
@@ -5,6 +5,7 @@
 
     # The project name
     project: 'groupbasedpolicy'
+    testplan: '{project}-1node-openstack.txt'
 
     # The project name
     functionality: 'openstack'
index 2b2a38dcb2be5085394f22b34da4670d79480099..4dd3384d87e572803221663b0254065b7ae77a4f 100644 (file)
         - integration-test-options:
             test-options: '{robot-options}'
         - integration-test-plan:
-            test-plan: '{project}-1node-openstack.txt'
+            test-plan: '{testplan}'
         - integration-patch-refspec:
             branch: 'master'
         - integration-jdk-version:
index 86a917207cf5eb35213e69d31d5f69ec663bf6a4..1779581c0238215ab1e76e2e1fc46cd4576feaae 100644 (file)
@@ -4,6 +4,7 @@
         - '{project}-csit-1node-openstack-{openstack}-{functionality}-{stream}'
 
     project: 'netvirt'
+    testplan: '{project}-1node-openstack.txt'
 
     functionality:
         - upstream-transparent:
         - gate-transparent:
             schedule: ''
             sg-mode: 'transparent'
+        - gate-minimal-transparent:
+            schedule: ''
+            sg-mode: 'transparent'
+            testplan: '{project}-1node-minimal-openstack.txt'
+        - gate-tempest-transparent:
+            schedule: ''
+            sg-mode: 'transparent'
+            testplan: '{project}-1node-tempest-openstack.txt'
         - gate-learn:
             schedule: ''
             sg-mode: 'learn'
index 5721a00f150b2465aa405599d81da08570b22ce6..5214978f36f776ac6746f65f6d2f79ae5ed7542f 100644 (file)
@@ -5,6 +5,7 @@
 
     # The project name
     project: 'netvirt-legacy'
+    testplan: '{project}-1node-openstack.txt'
 
     # The project name
     functionality:
index 51155e15519e4d43f60ab029faf58208e7f2c048..1833a514504421b551fd7ea1405b95a06990818c 100644 (file)
         - current:
             csit-list: >
                 netvirt-csit-1node-openstack-mitaka-gate-transparent-{stream}
+        - minimal-current:
+            csit-list: >
+                netvirt-csit-1node-openstack-mitaka-gate-minimal-transparent-{stream}
+        - tempest-current:
+            csit-list: >
+                netvirt-csit-1node-openstack-mitaka-gate-tempest-transparent-{stream}
         - cluster-legacy:
             csit-list: >
                 netvirt-legacy-csit-3node-openstack-mitaka-gate-{stream},
index 98e4904465dbcb703d759e7d30eb074dfd3a9e12..5ca2d36e430465625081175a634d82342f74aed4 100644 (file)
@@ -5,6 +5,7 @@
 
     # The project name
     project: 'vtn'
+    testplan: '{project}-1node-openstack.txt'
 
     # The project name
     functionality: 'neutron'