Skip to content
Snippets Groups Projects
Commit e6e0293f authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Merge branch 'master' into L2SS-822-cache-archiver-ts-docker-image

parents d305ced3 5abe25d0
No related branches found
No related tags found
1 merge request!417Resolve L2SS-822 "Cache archiver ts docker image"
......@@ -57,13 +57,11 @@ console_scripts =
l2ss-temperature-manager = tangostationcontrol.devices.temperature_manager:main
# The following entry points should eventually be removed / replaced
l2ss-cold-start = tangostationcontrol.toolkit.lts_cold_start:main
l2ss-hardware-device-template = tangostationcontrol.examples.HW_device_template:main
l2ss-ini-device = tangostationcontrol.examples.load_from_disk.ini_device:main
l2ss-parse-sdp-packet = tangostationcontrol.devices.sdp.packet:main
l2ss-parse-statistics-packet = tangostationcontrol.statistics.packet:main
l2ss-random-data = tangostationcontrol.test.devices.random_data:main
l2ss-snmp = tangostationcontrol.examples.snmp.snmp:main
l2ss-version = tangostationcontrol.common.lofar_version:main
l2ss-version = tangostationcontrol:print_version
[options.package_data]
* = *.json, *.mib
......@@ -36,7 +36,7 @@ setenv =
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})"
echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE:default})"
{envpython} -m stestr run --serial {posargs}
{envpython} -m coverage combine
{envpython} -m coverage html --omit='*test*' -d cover
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment