object-storage: Remove lines that are not needed

Change-Id: Id4dbf684b1e57ec928b30bc2d9cb2e2b7e0f2389
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/4999
Reviewed-by: Peter Portante <pportant@redhat.com>
Reviewed-by: Mohammed Junaid <junaid@redhat.com>
Tested-by: Mohammed Junaid <junaid@redhat.com>
This commit is contained in:
Luis Pabon 2013-05-13 16:06:10 -04:00 committed by Peter Portante
parent dc35ead3b2
commit 99d0250a57

View File

@ -83,13 +83,11 @@ class TestGlusterfs(unittest.TestCase):
fcntl.lockf = mock_fcntl_lockf
assert gfs.mount(root, drive)
finally:
_reset_mock_variables()
shutil.rmtree(tmpdir)
def test_mount_get_export_list_err(self):
gfs._get_export_list = mock_get_export_list
assert not gfs.mount(None, 'drive')
_reset_mock_variables()
def tearDown(self):
_reset_mock_variables()