]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add test for snapshot filtering by project id
authorDeepti Ramakrishna <deepti.ramakrishna@intel.com>
Wed, 11 Nov 2015 07:19:43 +0000 (23:19 -0800)
committerDeepti Ramakrishna <deepti.ramakrishna@intel.com>
Wed, 11 Nov 2015 07:20:11 +0000 (23:20 -0800)
commitcc86e575e1764b7a9cbbd8bc19cd29ead3227b47
treee3a3b268f21b8e119d2b7f971b3b3ed2ca32614a
parent8e03c3b3358b59999b5727bb3d87c41eee563615
Add test for snapshot filtering by project id

Cinder API already supports listing snapshots by project id. But a
test case is missing to validate this feature. Hence added that in
this patch.

https://review.openstack.org/#/c/242391/ --> adds this support on the
python-cinderclient side.

Change-Id: I70606abf2fe5eca43cd0a3d15f7b9e12bb979b3b
Co-Authored-By: wuyuting <wytdahu@gmail.com>
cinder/tests/unit/api/v2/test_snapshots.py