summaryrefslogtreecommitdiffstats
path: root/jjb/doctor
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-07-19 06:32:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-19 06:32:38 +0000
commit3df5a90ac1c17917ae390f28352122c673240ef6 (patch)
treeb77e422fbb14968391d07c445ca13fa010d1cb28 /jjb/doctor
parent85442f1149313afa1806769c124c1c0b0b0853e5 (diff)
parent3781d905d3f2b3de08b100d8e3c4e6669da32aaf (diff)
Merge "doctor: workaround for bug of set-functest-env.sh"
Diffstat (limited to 'jjb/doctor')
-rw-r--r--jjb/doctor/doctor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml
index c5454c799..5bb8f7499 100644
--- a/jjb/doctor/doctor.yml
+++ b/jjb/doctor/doctor.yml
@@ -189,6 +189,11 @@
# 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"