summaryrefslogtreecommitdiffstats
path: root/tests/test_gluster_proc.py
diff options
context:
space:
mode:
authorTimothy Asir <tjeyasin@redhat.com>2014-04-16 18:00:02 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:14:33 +0530
commit33481089ab443de44bbffca7533e3ab27f65ce8f (patch)
tree7877e82e971fd86fa2772455fe699647eae03844 /tests/test_gluster_proc.py
parente77dc4c7ba3506a8ca23210d5fc7ef568ef4c31c (diff)
fix test case failure and pep8 error for check_proc test
Change-Id: I3c965b95d85373f79ddebd5c7e38010fc7fef691 Signed-off-by: Timothy Asir <tjeyasin@redhat.com>
Diffstat (limited to 'tests/test_gluster_proc.py')
-rw-r--r--tests/test_gluster_proc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_gluster_proc.py b/tests/test_gluster_proc.py
index 36a60fd..0ceb4b3 100644
--- a/tests/test_gluster_proc.py
+++ b/tests/test_gluster_proc.py
@@ -19,10 +19,8 @@
#
from testrunner import PluginsTestCase as TestCaseBase
-from plugins import check_proc_status as gProc
from plugins import nscautils
from glusternagios import utils
-import check_proc_test_data as gData
class TestProc(TestCaseBase):
@@ -38,5 +36,3 @@ class TestProc(TestCaseBase):
def test_Nfs(self):
nscautils.send_to_nsca = self._maskSendToNsca
utils.execCmd = self._maskGetoutputCritical
-
- assert(gProc.sendNfsStatus("10.70.43.33", gData.nfsEnabled1) == None)