diff options
author | blsaws <bryan.sullivan@att.com> | 2016-06-14 13:39:53 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-06-14 13:39:53 -0700 |
commit | 79b6ffd37b153558a8ef9172137842041439cb9f (patch) | |
tree | 916de962e00eb399edb9e90e9d9bd85eb8e11967 /tests | |
parent | c4f488ed136d875e6cbe2454b10caef0d1285cd2 (diff) |
Fixes to test web server
JIRA: COPPER-4
Change-Id: Icfe6cba0cbe15122d4edf28c672aff0b5711d0b5
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/adhoc/smoke01-clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/adhoc/smoke01-clean.sh b/tests/adhoc/smoke01-clean.sh index 685ed86..f05770f 100644 --- a/tests/adhoc/smoke01-clean.sh +++ b/tests/adhoc/smoke01-clean.sh @@ -28,7 +28,7 @@ wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/se source ~/setenv.sh echo "Disassociate cirros1 floating IP address" -nova floating-ip-disassociate cirros1 192.168.10.201 +nova floating-ip-disassociate cirros1 192.168.10.6 echo "Delete cirros1 instance" instance=$(nova list | awk "/ cirros1 / { print \$2 }") |