Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removing test for user_id under 051_nova-show() as it is not consiste…
…nd between diablo and essex.
  • Loading branch information
Justin Shepherd committed Mar 8, 2012
1 parent c8a3bf5 commit 83c33a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exercises/nova-cli.sh
Expand Up @@ -203,10 +203,6 @@ function 050_nova-boot() {


function 051_nova-show() { function 051_nova-show() {
local image_id=${DEFAULT_INSTANCE_NAME} local image_id=${DEFAULT_INSTANCE_NAME}
if ! nova show ${image_id} |grep user_id|grep $NOVA_USERNAME; then
echo "nova show: user_id is not correct"
return 1
fi
if ! nova show ${image_id} |grep flavor|grep $DEFAULT_INSTANCE_TYPE; then if ! nova show ${image_id} |grep flavor|grep $DEFAULT_INSTANCE_TYPE; then
echo "nova show: flavor is not correct" echo "nova show: flavor is not correct"
return 1 return 1
Expand Down

0 comments on commit 83c33a2

Please sign in to comment.