Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 4, 2020
1 parent e39f9ff commit dbf88d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ def get_host_key(setup_wordlist):
def pytest_addoption(parser):
group = parser.getgroup('splunk-addon')

group.addoption(
'--sc4s_host',
action='store',
dest='sc4s_host',
default='127.0.0.1',
help='Address of the sc4s Server'
)

group.addoption(
'--splunk_app',
action='store',
Expand Down

0 comments on commit dbf88d8

Please sign in to comment.