Skip to content

Commit

Permalink
explicitly accept the free license in splunk docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Jan 3, 2022
1 parent 4e66579 commit b79afde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/test/integration/minifi/core/SplunkContainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def deploy(self):
name=self.name,
network=self.network.name,
environment=[
"SPLUNK_LICENSE_URI=Free",
"SPLUNK_START_ARGS=--accept-license",
"SPLUNK_PASSWORD=splunkadmin"
])
Expand Down

0 comments on commit b79afde

Please sign in to comment.