summaryrefslogtreecommitdiffstats
path: root/tests/test_gluster_proc.py
diff options
context:
space:
mode:
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)