Files
docker-cli/components/engine/testing/functionaltests/test_registry.sh
Daniel Mizyrycki 1ccfbf8698 testing, issue #1331: Add registry functional test to docker-ci
Upstream-commit: 17ffb0ac84874656a61a477fa29048cb82b28748
Component: engine
2013-07-29 09:45:19 -07:00

12 lines
257 B
Bash
Executable File

#!/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