Update tests for 'nginx-proxy-letsencrypt'.

Cleanup test containers when possible during tests.
Add 'test-clean' make target for remaining bat-* containers.
This commit is contained in:
David Parrish
2015-12-13 19:57:17 -05:00
parent 0d717fe64b
commit 3a16eee5f7
6 changed files with 26 additions and 11 deletions
+5 -2
View File
@@ -7,8 +7,11 @@ update-dependencies:
docker pull python:3
docker pull rancher/socat-docker:latest
docker pull appropriate/curl:latest
docker pull docker:1.7
docker pull docker:1.9.1
test:
docker build -t jwilder/nginx-proxy:bats .
docker build -t dmp1ce/nginx-proxy-letsencrypt:bats .
bats test
test-clean:
./test/cleanup_test_containers.sh