testing, issue #1331: Add registry functional test to docker-ci

This commit is contained in:
Daniel Mizyrycki
2013-07-29 09:45:19 -07:00
parent a438d505ba
commit 17ffb0ac84
7 changed files with 59 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
# Cleanup
rm -rf docker-registry
# Get latest docker registry
git clone https://github.com/dotcloud/docker-registry.git
# Configure and run registry tests
cd docker-registry; cp config_sample.yml config.yml
cd test; python -m unittest workflow