summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorndarshan <dnarayan@redhat.com>2015-02-19 18:01:13 +0530
committerSahina Bose <sabose@redhat.com>2015-02-19 04:42:22 -0800
commit8923fa5fed1847b98dc2c1d389314908af8f3b4b (patch)
tree0c50faef1d7eb5553bd2f515477befaebe810dbb
parente4a8f7126995982044d9e40c079fd862a35c0f7d (diff)
nagios-plugins: Pep8 fixes in tests/test_mounts.py
Change-Id: Ia1e2039294466f7f297d32cb2a9e3d1644bea313 Signed-off-by: ndarshan <dnarayan@redhat.com> Reviewed-on: http://review.gluster.org/9704 Reviewed-by: Sahina Bose <sabose@redhat.com>
-rw-r--r--tests/test_mounts.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_mounts.py b/tests/test_mounts.py
index 49e8104..445e902 100644
--- a/tests/test_mounts.py
+++ b/tests/test_mounts.py
@@ -63,7 +63,7 @@ class diskTests(TestCaseBase):
'device': '/proc/bus/usb',
'mountOptions': 'rw,relatime',
'fsType': 'usbfs'}
- }
+ }
actual = check_mounts._parseProcMounts()
self.assertEquals(expected, actual)
@@ -123,7 +123,7 @@ class diskTests(TestCaseBase):
'LVM2_LV_SIZE': '1024.00',
'LVM2_LV_UUID': 'jTHoCy-qFBS-K1FS-WSUp-SG8J-4R7W-2hI01n',
'LVM2_LV_METADATA_SIZE': '4.00'}
- }
+ }
actual = check_mounts.getLvs()
self.assertEquals(expected, actual)