Merge "doctor: workaround for bug of set-functest-env.sh"
authorSerena Feng <feng.xiaowei@zte.com.cn>
Wed, 19 Jul 2017 06:32:38 +0000 (06:32 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 19 Jul 2017 06:32:38 +0000 (06:32 +0000)
jjb/doctor/doctor.yml

index c5454c7..5bb8f74 100644 (file)
             #       so this symbolic link should not be in 'tests/'. Otherwise,
             #       we'll have the same log twice in jenkins console log.
             ln -sfn $HOME/opnfv/functest/results/{stream} functest_results
+            # NOTE: Get functest script in $WORKSPACE. This functest script is
+            #       needed to perform VM image download in set-functest-env.sh
+            #       from E release cycle.
+            mkdir -p functest/ci
+            wget https://git.opnfv.org/functest/plain/functest/ci/download_images.sh -O functest/ci/download_images.sh
         - 'functest-suite-builder'
         - shell: |
             functest_log="$HOME/opnfv/functest/results/{stream}/{project}.log"