summaryrefslogtreecommitdiffstats
path: root/tests/test_glustercli.py
diff options
context:
space:
mode:
authorn darshan <dnarayan@redhat.com>2014-05-05 00:47:54 -0400
committerSahina Bose <sabose@redhat.com>2014-05-05 05:05:15 -0700
commit63f7ffadb466d914bd67d74bbde495e75367cfdb (patch)
treeae0403ceba56889e3ff1bc28de720919354c3672 /tests/test_glustercli.py
parent7dde70e063024c4b8d915697c9d0381704523afc (diff)
gluster-nagios-common: PEP8 fixes.
fixed pep8 issues in glusternagios/glustercli.py tests/test_glustercli.py Change-Id: Iea9d12543f854dca322f774f3fc255d0716107ff Signed-off-by: n darshan <dnarayan@redhat.com> Reviewed-on: http://review.gluster.org/7670 Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'tests/test_glustercli.py')
-rw-r--r--tests/test_glustercli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_glustercli.py b/tests/test_glustercli.py
index 78c9170..ebaeac4 100644
--- a/tests/test_glustercli.py
+++ b/tests/test_glustercli.py
@@ -1074,8 +1074,8 @@ class GlusterCliTests(TestCaseBase):
"volume demo-test-vol"], None
status = gcli.volumeQuotaStatus("test-vol")
exp_disabled_out = {'status': gcli.VolumeQuotaStatus.DISABLED,
- 'hard_ex_dirs': [],
- 'soft_ex_dirs': []}
+ 'hard_ex_dirs': [],
+ 'soft_ex_dirs': []}
self.assertEquals(status, exp_disabled_out)
mock_execCmd.return_value = 0, ["quota: No quota "
"configured on "