]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix calling setUp() method of superclass from tearDown method.
authorRushi Agrawal <rushi.agr@gmail.com>
Wed, 6 Mar 2013 00:00:39 +0000 (05:30 +0530)
committerRushi Agrawal <rushi.agr@gmail.com>
Wed, 6 Mar 2013 00:00:39 +0000 (05:30 +0530)
commitb3ee8b799cd5bd33326d8a9f8baf8f1bcf2eb20c
tree172ddfdb31061f6c94e9ee6ba104fe0c67e96a19
parent4c52cd0b020c8221185454a87d6d03d732d2c2f4
Fix calling setUp() method of superclass from tearDown method.

In test_netapp.py, the tearDown function was calling setUp of
superclass instead of calling tearDown of superclass. Fixed it
here.

Change-Id: Iab65e60193edcd47d09d7788b0951ef66d816e38
cinder/tests/test_netapp.py