summaryrefslogtreecommitdiff
path: root/tests/test_shell.py
Commit message (Collapse)AuthorAgeFilesLines
* Add upload-to-image function to client.Avishay Traeger2013-01-161-2/+2
| | | | | | | Support uploading a volume to an image in the image service. Change-Id: Ief996f92aaf6d7a4fee0bce5ca45b92bee3f6990 Fixes: bug #1099866
* Move from unittest2 to testtoolsMonty Taylor2012-12-241-19/+24
| | | | | | Part of blueprint grizzly-testtools Change-Id: I13e068ca156f12114eaa3a65bdb557e4eb2c988d
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-6/+0
| | | | | | | | | | | | | * Implement correct certificate verification * Add --os-cacert * Rework tests for requests Pinned requests module to < 1.0 as 1.0.2 is now current in pipi as of 17Dec2012. Blueprint: tls-verify Change-Id: I71066ff7297f3b70c08b7ae1c8ae8b6a1b82bbae
* show help when calling without argumentsChristian Berendt2012-11-081-12/+6
| | | | | | | | | | | | | When calling cinder without arguments you'll receive the following output: error: too few arguments Try 'cinder help ' for more information. With this change the help is also shown when calling cinder without arguments. I think that's the expected behavior. Change-Id: I8f46f67b7fef472ac344bb74f80cf1b77c4c4745
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+75