End-to-end registry tests
This commit is contained in:
parent
dd28a845db
commit
9585e2a765
5 changed files with 262 additions and 8 deletions
|
@ -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"]
|
||||
|
||||
|
|
Reference in a new issue