add test conf

Change-Id: Ida42dd207e8b78324a942d8f7a738cba94246e46
This commit is contained in:
xiaodongwang
2014-04-03 23:26:59 -07:00
parent a9cd5c600b
commit 212d05a609
2 changed files with 19 additions and 0 deletions

9
regtest/regtest5.conf Normal file
View File

@@ -0,0 +1,9 @@
# conf to run os-dashboard
export VIRT_NUM=${VIRT_NUM:-'1'}
export VIRT_CPUS=${VIRT_CPUS:-'10'}
export VIRT_MEM=${VIRT_MEM:-'8192'}
export VIRT_DISK=${VIRT_DISK:-'20G'}
export HOST_ROLES=${HOST_ROLES:-'os-dashboard'}
REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source ${REGTEST_DIR}/regtest.conf