]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clean up QoSSpecManageApiTest setup
authorSean McGinnis <sean_mcginnis@dell.com>
Fri, 9 Jan 2015 15:42:48 +0000 (09:42 -0600)
committerSean McGinnis <sean_mcginnis@dell.com>
Fri, 9 Jan 2015 15:42:48 +0000 (09:42 -0600)
commit96b1d5b8a2abf92df6aab201807ad11e021fcf2b
tree1f62f98ed50a5f7a0f9b88601b0d9fec33aaf5d1
parent9742b7d3611aa6eece0abc3c6479290a825b5c40
Clean up QoSSpecManageApiTest setup

There is currently unnecessary work being performed in setUp
for QoSSpecManageApiTest and confusing comments. This cleans
that up to avoid confusion.

Test was explicitly calling a reset on a fake, but the cleanup
for each test will do this as well. Relatively harmless, but
this makes the code cleaner.

Change-Id: I2671fc0a186acb75767d9adb1edeb9ad705fc958
cinder/tests/api/contrib/test_qos_specs_manage.py