diff options
author | 2016-05-18 19:04:39 -0700 | |
---|---|---|
committer | 2016-05-18 19:04:39 -0700 | |
commit | fd37f6fb6a6ba6e961ef05c73a6bd788bfddc090 (patch) | |
tree | 8da88f61e8dabed441ec1b09754bedaea410b13a /tests/adhoc/smoke01-clean.sh | |
parent | df203e1577646261c1670d1caf004f5a68d34508 (diff) |
Update tests for new test server design.
JIRA: COPPER-4
Change-Id: I72227f3e3c1787dbac4d39ecff39d7b71631b906
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests/adhoc/smoke01-clean.sh')
-rw-r--r-- | tests/adhoc/smoke01-clean.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/adhoc/smoke01-clean.sh b/tests/adhoc/smoke01-clean.sh index 72397c9..9c0138d 100644 --- a/tests/adhoc/smoke01-clean.sh +++ b/tests/adhoc/smoke01-clean.sh @@ -26,9 +26,7 @@ set -x #echo on -source ~/admin-openrc.sh <<EOF -openstack -EOF +source /opt/copper/admin-openrc.sh instance=$(nova list | awk "/ cirros1 / { print \$2 }") if [ "$instance" != "" ]; then nova delete $instance |