Skip to content
Snippets Groups Projects
Commit 50e46baf authored by Taya Snijder's avatar Taya Snijder
Browse files

Merge branch 'master' of https://git.astron.nl/lofar2.0/tango into L2SS-905-support-2-dts-subracks

parents c032e965 48c437c4
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,19 @@ commands = {envpython} -m stestr run {posargs}
[testenv:integration]
; Warning running integration tests will make changes to your docker system!
; These tests should only be run by the integration-test docker container.
allowlist_externals = echo
passenv = TANGO_HOST
setenv = TESTS_DIR=./tangostationcontrol/integration_test/{env:TEST_MODULE:default}
setenv =
VIRTUAL_ENV={envdir}
TESTS_DIR=./tangostationcontrol/integration_test/{env:TEST_MODULE:default}
PYTHON={envpython} -m coverage run --source tangostationcontrol --parallel-mode
commands =
echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE})"
{envpython} -m stestr run --serial {posargs}
{envpython} -m coverage combine
{envpython} -m coverage html --omit='*test*' -d cover
{envpython} -m coverage xml -o coverage.xml
{envpython} -m coverage report --omit='*test*'
[testenv:cover]
; stestr does not natively support generating coverage reports use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment