We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906c581 commit caa40bfCopy full SHA for caa40bf
tests/testlib.py
@@ -230,6 +230,8 @@ def restartSplunk(self, timeout=120):
230
def setUpClass(cls):
231
cls.opts = parse([], {}, ".splunkrc")
232
233
+ import pprint; pprint.pprint(cls.opts)
234
+
235
# Before we start, make sure splunk doesn't need a restart.
236
service = client.connect(**cls.opts.kwargs)
237
if service.restart_required:
@@ -253,4 +255,4 @@ def tearDown(self):
253
255
self.service.apps.delete(appName)
254
256
wait(lambda: appName not in self.service.apps)
257
if self.service.restart_required:
- self.clear_restart_message()
258
+ self.clear_restart_message()
0 commit comments