]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove dead code from test_get_volume_stats()
authorJon Bernard <jobernar@redhat.com>
Fri, 15 Nov 2013 22:38:31 +0000 (17:38 -0500)
committerJon Bernard <jobernar@redhat.com>
Thu, 21 Nov 2013 23:12:36 +0000 (18:12 -0500)
commit430d3a5b94543e3b24a58d61d1497b3683ff309e
treeb0bb7850e8d8d3a3536fdd800ba7ae6542633cba
parentb9298d2517549ffad98a0cef11e4ea5986d4e448
Remove dead code from test_get_volume_stats()

The _emulate_vgs_execute() routine is never called because the function
that calls it (get_all_volume_groups) is overridden to return fake
output without executing vgs.

Change-Id: I3d3f536f7d85128547dc9e758e3930412ebed121
cinder/tests/test_volume.py