| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
Conflicts:
Jenkinsfile
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
|
|
| |
Makefile now runs tests against Docker 1.13 RC
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
|
|
|
|
|
|
| |
Pretty much everything except renaming the GitHub repo and
documentation, which is not actually done yet. Nearer the release
we can do a search/replace for all that stuff.
Ref #1310
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
|
|
|
|
| |
Initial work thanks to @aanand.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
|
|
|
|
|
|
| |
So tests don't leave containers all over the place. The downside
is this makes it a bit harder to debug a test's filesystem -
you'll have to remove the "--rm" and run the test again.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
|
|
| |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
|
|
|
|
| |
make integration-test file=models_services_test.py
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
|
|
|
|
|
|
|
|
| |
Makes it much easier to keep this maintained properly. See also:
http://clarkgrubb.com/makefile-style-guide#phony-targets
Replaces #1164
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
|
|
|
|
| |
Update engine version used for integration tests
IP address configuration tests needed tweaking
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
|
|
|
| |
b/c if test fails, dpy-dind is left running and integration-dind target
will refuse to start and you need to manually force-remove the container
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
|
|
|
| |
Update Makefile to run tests against dind 1.9.0
Update network tests to account for latest API changes
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
|
|
|
|
| |
More clearly separate unit and integration tests
Allow splitting into multiple files
Cleaner
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
|
|
| |
Signed-off-by: Stephen Moore <stephen@delfick.com>
|
| |
|
|
| |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |\
| |
| | |
[WIP] Contributing guidelines
|
| | |
| |
| |
| |
| |
| | |
Fix 'make test' task to run a complete series of tests
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
|
|
|
|
|
|
|
|
|
| |
Instead of creating the test directory directly on the host, create it
by starting a container with the directory bind-mounted, so that it
doesn't matter whether the daemon is local, in a VM or remote.
This removes the need to make /tmp a volume in the test container, and
to share it with the dind container.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix the setup step (the process has changed now that we're using
pytest)
- Skip tests that are unstable
- Make better use of build caching
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |
|
|
| |
expected
|
| |
|
|
| |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
|
| | |
|
|
|
It assumes you've got Docker running on /var/run/docker.sock, but
that should be the case on both Linux and in Boot2Docker.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|