]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove _create_volume function from several tests
authorJulia Varlamova <jvarlamova@mirantis.com>
Thu, 29 Aug 2013 07:56:17 +0000 (11:56 +0400)
committerJulia Varlamova <jvarlamova@mirantis.com>
Fri, 30 Aug 2013 07:23:54 +0000 (11:23 +0400)
commited69db62249811661392570d15c3ca093d2777e4
treee4f34faeb33d54d297886835dd0e965355a4f535
parent9afb7718c31104edc854eec2ff56940070397ccd
Remove _create_volume function from several tests

Remove _create_volume function from
- db/test_transfers.py
- api/contrib/test_backups.py
- test_gpfs.py
- test_volume_transfer.py
- test_volume.py
And use create_volume from tests/utils.py instead

Change-Id: I446220d0cfaa2850a5262a968ed35b7827b90a03
cinder/tests/api/contrib/test_backups.py
cinder/tests/db/test_transfers.py
cinder/tests/test_gpfs.py
cinder/tests/test_volume.py
cinder/tests/test_volume_transfer.py