summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuis Pabon <lpabon@redhat.com>2013-05-13 16:06:10 -0400
committerPeter Portante <pportant@redhat.com>2013-05-14 03:42:36 -0700
commit99d0250a571f30cfb40e6657cb0cfa5eccf71a25 (patch)
treeef38ed4f23dc8542a0f5c1fcdc329f31a9a53e51 /test
parentdc35ead3b287d30f63b94a250b1ca61ad1a935f3 (diff)
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>
Diffstat (limited to 'test')
-rw-r--r--test/unit/common/test_Glusterfs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/common/test_Glusterfs.py b/test/unit/common/test_Glusterfs.py
index 3ff78ca..8f9b9ff 100644
--- a/test/unit/common/test_Glusterfs.py
+++ b/test/unit/common/test_Glusterfs.py
@@ -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()