CPERF: Update netvirt verify tests 93/60293/2
authorTim Rozet <trozet@redhat.com>
Fri, 27 Jul 2018 17:33:09 +0000 (13:33 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 27 Jul 2018 17:39:36 +0000 (13:39 -0400)
Changes-Include:
 - Disable functest (we only care about csit passing for netvirt)
 - Fix trigger of csit job for other snapshot versions (always use
   master for now)
 - Fix csit always returning 0 even when tests fail

Change-Id: I30a51fa391aac692b122f1ebf7bf73ffdb61ca29
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/3rd_party_ci/odl-netvirt.yaml
jjb/cperf/cperf-robot-netvirt-csit.sh

index 4453ee2..98c85db 100644 (file)
               abort-all-job: true
       - multijob:
           name: csit
-          condition: ALWAYS
+          condition: SUCCESSFUL
           projects:
-            - name: cperf-apex-csit-{stream}
+            - name: cperf-apex-csit-master
               predefined-parameters: |
                 ODL_BRANCH=$BRANCH
                 RC_FILE_PATH=$SNAP_CACHE/overcloudrc
                 ODL_CONTAINERIZED=false
                 OS_VERSION=$OS_VERSION
               node-parameters: true
-              kill-phase-on: NEVER
-              abort-all-job: false
-      - shell: |
-          if echo $OS_VERSION | grep queens &> /dev/null; then
-          echo 'REPO=opnfv' > functest_repo
-          else
-          echo 'REPO=ollivier' > functest_repo
-          fi
-      - inject:
-          properties-file: functest_repo
-      - multijob:
-          name: functest
-          condition: SUCCESSFUL
-          projects:
-            - name: 'functest-netvirt-virtual-suite-master'
-              predefined-parameters: |
-                DEPLOY_SCENARIO=os-odl-nofeature-$TOPOLOGY
-                FUNCTEST_MODE=testcase
-                FUNCTEST_SUITE_NAME=tempest_smoke
-                RC_FILE_PATH=$HOME/cloner-info/overcloudrc
-                REPO=$REPO
-              node-parameters: true
               kill-phase-on: FAILURE
               abort-all-job: false
       - multijob:
index 5e78250..3d943e1 100755 (executable)
@@ -77,7 +77,6 @@ LOGS_LOCATION=/tmp/robot_results
 robot_cmd="pybot \
   --removekeywords wuks \
   --xunit robotxunit.xml \
-  -c critical \
   -e exclude \
   -d $LOGS_LOCATION \
   -v BUNDLEFOLDER:/opt/opendaylight \