Skip to content
Snippets Groups Projects
Commit 62a28332 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-240: Add docker compose file for integration tests

parent 93ce716a
No related branches found
No related tags found
1 merge request!89Resolve L2SS-240 "Integration testing"
#
# Docker compose file that launches integration tests
#
# Defines:
# - integration: Integration testing
#
version: '2'
services:
integration-test:
build:
context: itango
args:
SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}-tango-itango:${TANGO_ITANGO_VERSION}
container_name: ${CONTAINER_NAME_PREFIX}integration-test
networks:
- control
volumes:
- ${TANGO_LOFAR_CONTAINER_MOUNT}
environment:
- TANGO_HOST=${TANGO_HOST}
working_dir: ${TANGO_LOFAR_CONTAINER_DIR}/devices
entrypoint:
- /usr/local/bin/wait-for-it.sh
- ${TANGO_HOST}
- --timeout=30
- --strict
- --
- tox -e integration
restart: on-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment