]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix duplicate teardown to allow tox upgrade
authorJohn Griffith <john.griffith@solidfire.com>
Fri, 22 Aug 2014 17:52:36 +0000 (11:52 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Fri, 22 Aug 2014 17:54:28 +0000 (11:54 -0600)
commit74a38b5e7ea69f9730845e71c34fafdb7733c60b
tree8dedf609fda0ce93039fbecfc42464a36c341b9e
parent20f5102a67962b6d6b8922812ac6df72d652c8a8
Fix duplicate teardown to allow tox upgrade

When trying to use tox 1.7.2 we run into a second
tearDown call being made in the test as opposed to
just using Super's version of it.

This removes that call and seems to get everything
working under tox 1.7.2

Change-Id: I0a2674b7c1ba9589cab5e3b76777fce23b6601ad
Partial-Bug: 1348818
cinder/tests/test_hds_nfs.py