Skip to content
Snippets Groups Projects
Commit 1568214c authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Fix script path, add test env to tox invocation

parent 933bf13f
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!246API tests execution time reports
......@@ -316,7 +316,7 @@ api_smoketest:
stage: e2e-test
extends: .e2e-test-common
script:
- scripts/ci/start_api_smoketest.sh localhost "$HIVEMIND_HTTP_PORT" . api_smoketest.xml
- scripts/ci/start-api-smoketest.sh localhost "$HIVEMIND_HTTP_PORT" . api_smoketest.xml
artifacts:
reports:
junit: api_smoketest.xml
......
......@@ -9,5 +9,5 @@ echo "Starting tests on hivemind server running on ${HIVEMIND_ADDRESS}:${HIVEMIN
echo "Selected test group (if empty all will be executed): $3"
tox -- -W ignore::pytest.PytestDeprecationWarning -n auto --durations=0 \
tox -e tavern -- -W ignore::pytest.PytestDeprecationWarning -n auto --durations=0 \
--junitxml=../../../../$4 $3
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