X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdoctor%2Fdoctor.yaml;h=858fb5f4ef76ef0f5495dd11de051d740df68198;hb=c109c271018e9a85d94be1b9b468338d64589684;hp=13cf1a2274f74d3b179efabbcdb967fcf99ce303;hpb=57cbefc7160958eae1d49e4753779180a25864af;p=releng.git 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 # -------------------------------