End-to-end registry tests

This commit is contained in:
Joseph Schorr 2015-05-29 18:08:17 -04:00
parent dd28a845db
commit 9585e2a765
5 changed files with 262 additions and 8 deletions

View file

@ -53,6 +53,7 @@ RUN mkdir /usr/local/nginx/logs/
# Run the tests
RUN TEST=true venv/bin/python -m unittest discover -f
RUN TEST=true venv/bin/python -m test.registry_tests -f
VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp", "/conf/etcd"]