summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yaml
diff options
context:
space:
mode:
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
# -------------------------------