Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Verified Commit ba97f3e3 authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

:pencil2: Fix missing report

parent 689dc265
No related branches found
No related tags found
1 merge request!46📈 Add Test reports
Pipeline #98977 passed
......@@ -45,7 +45,7 @@ run-test-job:
script:
- env HOST="$HOST" PORT="$PORT" API_KEY="$API_KEY" pytest --junit-xml=tests-report-netbox-rps-plugin.xml "$CI_PROJECT_DIR/plugins/netbox-rps-plugin/tests/"
- env HOST="$HOST" PORT="$PORT" API_KEY="$API_KEY" pytest --junit-xml=tests-report-netbox-cert-plugin.xml "$CI_PROJECT_DIR/plugins/netbox-cert-plugin/tests/"
- env HOST="$HOST" PORT="$PORT" API_KEY="$API_KEY" pytest --junit-xml=tests-report-netbox-rps-plugin.xml "$CI_PROJECT_DIR/tests/e2e/"
- env HOST="$HOST" PORT="$PORT" API_KEY="$API_KEY" pytest --junit-xml=tests-report-netbox-dist-plugin.xml "$CI_PROJECT_DIR/tests/e2e/"
after_script:
- env ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_PRIVATE_KEY_FILE="$ANSIBLE_PRIVATE_KEY_FILE" ansible-playbook -i "$TESTING_HOSTS" -u debian ansible/halt_test.yml
- deactivate
......@@ -53,10 +53,7 @@ run-test-job:
artifacts:
when: always
reports:
junit:
- tests-report-netbox-rps-plugin.xml
- tests-report-netbox-cert-plugin.xml
- tests-report-netbox-rps-plugin.xml
junit: tests-report-netbox-*-plugin.xml
deliver-latest-job:
stage: deliver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment