Merge pull request #2803 from jeanlaurent/fix-vbox-it-test

Fix virtualbox upgrade IT
This commit is contained in:
David Gageot 2016-01-11 16:45:31 +01:00
commit 0e1bc6c7c6
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ load ${BASE_TEST_DIR}/helpers.bash
only_if_env DRIVER virtualbox
use_disposable_machine
export CACHE_DIR="$MACHINE_STORAGE_PATH/cache"
export ISO_PATH="$CACHE_DIR/boot2docker.iso"
export OLD_ISO_URL="https://github.com/boot2docker/boot2docker/releases/download/v1.4.1/boot2docker.iso"