run tests for floaitng ips

This commit is contained in:
Anthony Young 2011-11-10 14:06:13 -08:00
parent 760ddde157
commit 1277eab04d

View File

@ -1,3 +1,8 @@
#!/bin/bash
# Echo commands, exit on error
set -o xtrace
set -o errexit
echo "$0 SUCCESS!"
TOP_DIR=$(cd ../../.. && pwd)
HEAD_IP=`cat $TOP_DIR/addresses | grep HEAD | cut -d "=" -f2`
ssh stack@$HEAD_IP 'cd devstack && source openrc && cd exercises && ./floating_ips.sh'