From 79b6ffd37b153558a8ef9172137842041439cb9f Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 14 Jun 2016 13:39:53 -0700 Subject: Fixes to test web server JIRA: COPPER-4 Change-Id: Icfe6cba0cbe15122d4edf28c672aff0b5711d0b5 Signed-off-by: blsaws --- tests/adhoc/smoke01-clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/adhoc') 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 }") -- cgit 1.2.3-korg