1
0
Fork 0

[marathon] Fix and extend integration tests.

- Update compose file.
- Add integration test for Marathon application deployment.
This commit is contained in:
Timo Reimann 2017-04-10 09:28:00 +02:00 committed by Ludovic Fernandez
parent 19a5ba3264
commit 64b8fc52c3
4 changed files with 159 additions and 65 deletions

View file

@ -8,7 +8,8 @@ TRAEFIK_ENVS := \
-e VERSION \
-e CODENAME \
-e TESTDIRS \
-e CI
-e CI \
-e CONTAINER=DOCKER # Indicator for integration tests that we are running inside a container.
SRCS = $(shell git ls-files '*.go' | grep -v '^vendor/' | grep -v '^integration/vendor/')