python-openstackclient/openstackclient/tests/unit
Huanxuan Ao 1c49a1f01d Fix NoneType error for volume snapshot create command
In volume snapshot command, <volume> is the same
as <snapshot-name> when --volume is not specified,
but <volume> cannot be None, so when <snapshot-name>
is not specified (<snapshot-name> is None), a NoneType
error appears.
So make <snapshot-name> no longer optional, it should
be always present.

Change-Id: I3d9f10753a8ef601e70816421c160598e2cc811f
Closes-bug: #1659894
2017-04-26 11:07:08 -05:00
..
api Low-level Compute v2 API: floating ip pool 2017-04-18 08:57:34 -05:00
common Improve no-auth path 2017-04-24 18:57:10 -05:00
compute Merge "Make test_server.py more elegant and simple" 2017-04-25 15:24:07 +00:00
identity doc: Correct Sphinx warnings 2017-03-28 16:41:54 +01:00
image doc: Correct Sphinx warnings 2017-03-28 16:41:54 +01:00
integ move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
network Low-level Compute v2 API: floating ip pool 2017-04-18 08:57:34 -05:00
object Add option "--name" to command "openstack object create" 2016-09-26 22:42:10 -04:00
volume Fix NoneType error for volume snapshot create command 2017-04-26 11:07:08 -05:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Low-level Compute v2 API: security group 2017-04-11 02:08:04 -05:00
test_shell.py [TrivialFix] Fix typo error 2016-12-14 14:39:24 +08:00
utils.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00