Switch TE host VM to amd64

Switch to testing a 64 bit arch, also bump RAM to 4G to allow for the
extra usage.

Change-Id: I1478241094876071f97b7a519f9e2f8d3b4f931b
This commit is contained in:
Derek Higgins 2015-02-02 15:20:45 +00:00
parent 1e6826bf17
commit 4016d9d598
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ DATAFILE=/etc/test_env_${NUM}.json
trap 'rm -f $DATAFILE' ERR
LOGFILE=/var/log/testenv-worker_${NUM}.log
export NODE_ARCH=i386
export NODE_ARCH=amd64
export NODE_MEM=4096
export OVERCLOUD_COMPUTESCALE=2 # Creates this + 2 nodes in testenv.
devtest_testenv.sh $DATAFILE -n $NUM -b $OVSBRIDGE -s /root/.ssh/test_env_rsa