7bb397108d
Sometimes when running volume related tempest tests, there is change that such error occurs: "Failed to create ALL necessary volumes to run test". It might because a race in deleting and creating volumes. Anyway, 5G cinder volume is enough but not by a margin. Give it a little more space. Change-Id: Id129c21461fd027e4eddf9ea7aee24f74154dee7
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
# Set test script variables
|
|
export VIRT_NUM=${VIRT_NUM:-'2'}
|
|
export VIRT_CPUS=${VIRT_CPUS:-'5'}
|
|
export VIRT_MEM=${VIRT_MEM:-'8192'}
|
|
export VIRT_DISK=${VIRT_DISK:-'30G'}
|
|
export HOST_ROLES=${HOST_ROLES:-'os-controller,os-ops-database,os-ops-messaging,os-image'}
|
|
|
|
REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
source ${REGTEST_DIR}/regtest.conf
|