Don't use tmpfs for DIB functional tests

We may do things that exceed the space available in a tmpfs, so point
everything at the larger mounted space.

Change-Id: Ie63a66f9c3e77a0e6351f2d058e17a5eb5a2d949
This commit is contained in:
Ian Wienand 2016-06-23 10:21:30 +10:00
parent 81be27cabe
commit 62da6583a1

View File

@ -17,6 +17,12 @@
openstack/diskimage-builder \
openstack/dib-utils
# We do things that might exceed the default 2GiB tmpfs, and
# use the larger mounted space.
mkdir /opt/dib_cache
export DIB_NO_TMPFS=1
export TMPDIR=/opt/dib_cache
virtualenv env
./env/bin/pip install $(pwd)/openstack/dib-utils