diff options
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 }") |