File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 4545 echo password=changed! >> .splunkrc
4646 echo scheme=https >> .splunkrc
4747 echo version=${{ matrix.splunk }} >> .splunkrc
48+ - name : Create build dir for ExamplesTestCase::test_build_dir_exists test case
49+ run : |
50+ cd ~
4851 cd /home/runner/work/splunk-sdk-python/splunk-sdk-python/
4952 python setup.py build
5053 python setup.py dist
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ def tearDown(self):
4141 # 5.0. In 4.x, we just have to leave them lying around until
4242 # someone cares to go clean them up. Unique naming prevents
4343 # clashes, though.
44- if self .service .splunk_version >= (5 ,):
45- if self .index_name in self .service .indexes :
46- self .service .indexes .delete (self .index_name )
47- self .assertEventuallyTrue (lambda : self .index_name not in self .service .indexes )
48- else :
49- logging .warning ("test_index.py:TestDeleteIndex: Skipped: cannot "
50- "delete indexes via the REST API in Splunk 4.x" )
44+ # if self.service.splunk_version >= (5,):
45+ # if self.index_name in self.service.indexes:
46+ # self.service.indexes.delete(self.index_name)
47+ # self.assertEventuallyTrue(lambda: self.index_name not in self.service.indexes)
48+ # else:
49+ # logging.warning("test_index.py:TestDeleteIndex: Skipped: cannot "
50+ # "delete indexes via the REST API in Splunk 4.x")
5151
5252 def totalEventCount (self ):
5353 self .index .refresh ()
You can’t perform that action at this time.
0 commit comments