From 33481089ab443de44bbffca7533e3ab27f65ce8f Mon Sep 17 00:00:00 2001 From: Timothy Asir Date: Wed, 16 Apr 2014 18:00:02 +0530 Subject: fix test case failure and pep8 error for check_proc test Change-Id: I3c965b95d85373f79ddebd5c7e38010fc7fef691 Signed-off-by: Timothy Asir --- tests/test_gluster_proc.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/test_gluster_proc.py') 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) -- cgit