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 898552a commit 6d2eea5Copy full SHA for 6d2eea5
tests/test_binding.py
@@ -506,6 +506,7 @@ def setUp(self):
506
import splunklib.client as client
507
service = client.Service(**self.opts.kwargs)
508
# TODO: Workaround the fact that skipTest is not defined by unittest2.TestCase
509
+ service.login()
510
splver = service.splunk_version
511
if splver[:2] < (6, 2):
512
self.skipTest("Skipping cookie-auth tests, running in %d.%d.%d, this feature was added in 6.2+" % splver)
0 commit comments