openstack-python-openstackc.../openstackclient/tests/unit/volume
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
..
v1 Fix NoneType error for volume snapshot create command 2017-04-26 11:07:08 -05:00
v2 Fix NoneType error for volume snapshot create command 2017-04-26 11:07:08 -05:00
v3 Add Cinder v3 client support for volumes 2017-02-20 20:37:36 +00:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_find_resource.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00