From 05234232a31054a1b3b5d2cb4a8b6c89e772d37f Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Sat, 18 Jul 2015 20:59:02 -0700 Subject: [PATCH] switch tests to overlay Signed-off-by: Victor Vieux --- test/integration/helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/helpers.bash b/test/integration/helpers.bash index b2ceffa6d1..e17185343e 100644 --- a/test/integration/helpers.bash +++ b/test/integration/helpers.bash @@ -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"