| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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>
|