-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rfaircloth-splunk
committed
Feb 5, 2020
1 parent
34d24ee
commit dfa8945
Showing
3 changed files
with
54 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,7 @@ | ||
| #!/bin/sh | ||
| echo Check for sc4s | ||
| wait-for sc4s:514 -t 0 -- echo scs is up | ||
| echo check for splunk web | ||
| wait-for splunk:8000 -t 0 -- echo splunkweb is up | ||
| echo check for splunk mgmt | ||
| wait-for splunk:8089 -t 0 -- echo splunkmgmt is up | ||
| echo check for splunk hec | ||
| wait-for splunk:8088 -t 0 -- echo splunkhec is up | ||
|
|
||
| sleep 30 | ||
|
|
||
| echo Check for sc4s | ||
| wait-for sc4s:514 -t 0 -- echo scs is up | ||
| echo check for splunk web | ||
| wait-for splunk:8000 -t 0 -- echo splunkweb is up | ||
| echo check for splunk mgmt | ||
| wait-for splunk:8089 -t 0 -- echo splunkmgmt is up | ||
| echo check for splunk hec | ||
| wait-for splunk:8088 -t 0 -- echo splunkhec is up | ||
|
|
||
|
|
||
| cd /work;python -m pytest --junitxml=/work/test-results/functional/functional.xml $@ | ||
| cd /work | ||
| pytest -v \ | ||
| --splunk_test=external \ | ||
| --splunk_password=${SPLUNK_PASSWORD} \ | ||
| --junitxml=/work/test-results/functional/functional.xml $@ |