summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yaml
diff options
context:
space:
mode:
authordongwenjuan <dong.wenjuan@zte.com.cn>2018-08-01 11:10:37 +0800
committerdongwenjuan <dong.wenjuan@zte.com.cn>2018-08-01 14:34:31 +0800
commitc109c271018e9a85d94be1b9b468338d64589684 (patch)
tree255fbf8eac87e95f91275c60db2b98cd9478ea0f /jjb/doctor/doctor.yaml
parent57cbefc7160958eae1d49e4753779180a25864af (diff)
prepare installer info for doctor test
Change-Id: I6344a31b28d3e5c9a998693fd64ec255410c62b6 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'jjb/doctor/doctor.yaml')
-rw-r--r--jjb/doctor/doctor.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml
index 13cf1a227..858fb5f4e 100644
--- a/jjb/doctor/doctor.yaml
+++ b/jjb/doctor/doctor.yaml
@@ -153,11 +153,14 @@
- ./doctor-env-presetup.sh
- ../../utils/fetch_os_creds.sh
- shell: |
+ # prepare the env for test
source $HOME/opnfv-openrc.sh
if [ -f $HOME/os_cacert ]; then
export OS_CACERT=$HOME/os_cacert
fi
+ source $HOME/opnfv-installer.sh
+ # run tox to trigger the test
tox -e py34
# -------------------------------