Skip to content

docker: use the running service container as xxx_host in tests

David Douard requested to merge douardda/swh-environment:docker-no-run into master

Instead of creating a dedicated container, use a shell on the running swh-scheduler or swh-web services. This should slighthly speed up tests (prevent from running all the service initialization scaffolding for these).

Merge request reports