scripts: test-bifrost.sh: Use 'unsafe' disk cache for test VMs

The VMs which are created by the bifrost test scripts are not meant to
be used in production so improve the overall CI job performance by
switching to the 'unsafe' disk cache mode.

Change-Id: I0e6fe8de3f2306ad3cf69708d3fe31f0bda9693c
This commit is contained in:
Markos Chandras 2017-02-01 14:40:07 +00:00
parent 299a7259aa
commit a229d65925

View File

@ -24,6 +24,7 @@ BUILD_IMAGE="false"
VM_MEMORY_SIZE="3072" VM_MEMORY_SIZE="3072"
VM_DOMAIN_TYPE=qemu VM_DOMAIN_TYPE=qemu
export VM_DISK_CACHE="unsafe"
TEST_VM_NUM_NODES=1 TEST_VM_NUM_NODES=1
USE_CIRROS=true USE_CIRROS=true
TESTING_USER=cirros TESTING_USER=cirros