Skip to content

Instantly share code, notes, and snippets.

@tinova
Created October 5, 2012 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tinova/3839075 to your computer and use it in GitHub Desktop.
Save tinova/3839075 to your computer and use it in GitHub Desktop.
==> Starting test: /var/tmp/one-tester/tests/cloud/spec/cli_ebs_spec.rb User: regular
EC2 EBS tests
CreateVolume: create a new datastore (size 1024 MBs) (FAILED - 1)
DescribeVolumes: the image is listed with the correct size (FAILED - 2)
AttachVolume: attach the new image to an existing VM (FAILED - 3)
DetachVolume: detach the previous image specifiying the VM and Image ids (FAILED - 4)
DeleteVolume: delete the image (FAILED - 5)
Failures:
1) EC2 EBS tests CreateVolume: create a new datastore (size 1024 MBs)
Failure/Error: puts cli_action("econe-create-volume --size 1 -H")
invalid option: -H
# /var/tmp/one-tester/lib/test_helper.rb:149:in `cli_action'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `call'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `generic_action'
# /var/tmp/one-tester/lib/test_helper.rb:148:in `cli_action'
# /var/tmp/one-tester/tests/cloud/spec/cli_ebs_spec.rb:31
2) EC2 EBS tests DescribeVolumes: the image is listed with the correct size
Failure/Error: puts cli_action('econe-describe-volumes -H')
invalid option: -H
# /var/tmp/one-tester/lib/test_helper.rb:149:in `cli_action'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `call'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `generic_action'
# /var/tmp/one-tester/lib/test_helper.rb:148:in `cli_action'
# /var/tmp/one-tester/tests/cloud/spec/cli_ebs_spec.rb:41
3) EC2 EBS tests AttachVolume: attach the new image to an existing VM
Failure/Error: puts cli_action('econe-attach-volume --instance i-00000000 --device /dev/hda vol-00000000 -H')
invalid option: -H
# /var/tmp/one-tester/lib/test_helper.rb:149:in `cli_action'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `call'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `generic_action'
# /var/tmp/one-tester/lib/test_helper.rb:148:in `cli_action'
# /var/tmp/one-tester/tests/cloud/spec/cli_ebs_spec.rb:49
4) EC2 EBS tests DetachVolume: detach the previous image specifiying the VM and Image ids
Failure/Error: puts cli_action('econe-detach-volume --instance i-00000000 vol-00000000 -H')
invalid option: -H
# /var/tmp/one-tester/lib/test_helper.rb:149:in `cli_action'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `call'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `generic_action'
# /var/tmp/one-tester/lib/test_helper.rb:148:in `cli_action'
# /var/tmp/one-tester/tests/cloud/spec/cli_ebs_spec.rb:64
5) EC2 EBS tests DeleteVolume: delete the image
Failure/Error: puts cli_action('econe-delete-volume vol-00000000 -H')
invalid option: -H
# /var/tmp/one-tester/lib/test_helper.rb:149:in `cli_action'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `call'
# /var/tmp/one-tester/lib/test_helper.rb:174:in `generic_action'
# /var/tmp/one-tester/lib/test_helper.rb:148:in `cli_action'
# /var/tmp/one-tester/tests/cloud/spec/cli_ebs_spec.rb:76
Finished in 2.87 seconds
5 examples, 5 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment