prepare installer info for doctor test
[releng.git] / jjb / doctor / doctor.yaml
index 78e0e8a..858fb5f 100644 (file)
               - ./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
-          tox -e py35
+          source $HOME/opnfv-installer.sh
+
+          # run tox to trigger the test
+          tox -e py34
 
 # -------------------------------
 # publisher macros