Merge "exercise euca.sh check the volume just created"

This commit is contained in:
Jenkins 2013-06-18 20:05:41 +00:00 committed by Gerrit Code Review
commit 9079e8d741

View File

@ -85,7 +85,7 @@ if [[ "$ENABLED_SERVICES" =~ "c-vol" ]]; then
die_if_not_set $LINENO VOLUME "Failure to create volume" die_if_not_set $LINENO VOLUME "Failure to create volume"
# Test that volume has been created # Test that volume has been created
VOLUME=`euca-describe-volumes | cut -f2` VOLUME=`euca-describe-volumes $VOLUME | cut -f2`
die_if_not_set $LINENO VOLUME "Failure to get volume" die_if_not_set $LINENO VOLUME "Failure to get volume"
# Test volume has become available # Test volume has become available