switch tests to overlay

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-07-18 20:59:02 -07:00
parent 5f207e6fe9
commit 05234232a3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ SWARM_BASE_PORT=$(( ( RANDOM % 1000 ) + 6000 ))
BASE_PORT=$(( ( RANDOM % 1000 ) + 5000 ))
# Drivers to use for Docker engines the tests are going to create.
STORAGE_DRIVER=${STORAGE_DRIVER:-aufs}
STORAGE_DRIVER=${STORAGE_DRIVER:-overlay}
EXEC_DRIVER=${EXEC_DRIVER:-native}
BUSYBOX_IMAGE="$BATS_TMPDIR/busybox.tgz"