]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
creating separate v1 and v2 stubs and general fakes
authorMike Perez <thingee@gmail.com>
Sat, 1 Dec 2012 00:23:37 +0000 (16:23 -0800)
committerMike Perez <thingee@gmail.com>
Fri, 7 Dec 2012 02:05:30 +0000 (18:05 -0800)
commit29b3da71bfb3389c7826efaa3ad76045e74c463e
tree40040f5fecbce863977d2f416f991b4928cc73d2
parentad770a3eaeaea9c00871a8b45157adc85dba6c79
creating separate v1 and v2 stubs and general fakes

For now contribs will use v2, but in the future will test against all
supported versions.

Change-Id: I47c30f8c2fc8a89f92065122bf1ca6aec1ce8b2d
19 files changed:
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/api/contrib/test_extended_snapshot_attributes.py
cinder/tests/api/contrib/test_types_extra_specs.py
cinder/tests/api/contrib/test_types_manage.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/api/contrib/test_volume_host_attribute.py
cinder/tests/api/contrib/test_volume_tenant_attribute.py
cinder/tests/api/fakes.py [moved from cinder/tests/api/openstack/fakes.py with 56% similarity]
cinder/tests/api/openstack/test_wsgi.py
cinder/tests/api/test_router.py
cinder/tests/api/v1/stubs.py [new file with mode: 0644]
cinder/tests/api/v1/test_snapshots.py
cinder/tests/api/v1/test_types.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/stubs.py [new file with mode: 0644]
cinder/tests/api/v2/test_snapshots.py
cinder/tests/api/v2/test_types.py
cinder/tests/api/v2/test_volumes.py
cinder/tests/image/test_glance.py