Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent f123b67 commit d9340cf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,24 @@ test: &test
name: Setup for testing
command: |
pip install -r tests/requirements.txt
mkdir test-reports
mkdir test-results
- run:
name: test
command: |
pytest \
-v \
--splunk_type=docker --splunk_password=${SPLUNK_PASSWORD}
--junitxml=test-reports/apptest-${SYSLOG}-${SPLUNK}.xml
--junitxml=test-results/apptest-${SYSLOG}-${SPLUNK}.xml
no_output_timeout: 1h
- run:
name: get logs
command: docker-compose -f test/docker-compose.yml
when: always
- store_artifacts:
path: test-results
destination: apptest-${SYSLOG}-${SPLUNK}
- store_test_results:
path: test-results


orbs:
Expand Down

0 comments on commit d9340cf

Please sign in to comment.