summaryrefslogtreecommitdiff
path: root/tests/integration_test.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated the port function in order to parse the new NetworkSettings Port ↵Ulises Reyes2013-12-141-0/+16
| | | | | | | | dict (fixes #88)
* | Rework auth config loading and use of auth data for login/pull/pushMaxime Petazzoni2014-01-071-5/+23
| | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
* | Style fixes for flake8Maxime Petazzoni2013-12-241-0/+2
| | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
* | Fix infinite loop in Client.logs(stream=True) caused by connection close.Fedor Korotkiy2013-12-241-0/+17
|/
* Privileged option is part of host config, not configPeter Yu2013-11-181-11/+22
|
* Merge branch 'timeout-support' of github.com:mpetazzoni/docker-py into ↵shin-2013-11-151-4/+26
|\ | | | | | | | | | | | | | | | | mpetazzoni-timeout-support Conflicts: docker/client.py tests/integration_test.py tests/test.py
| * Allow for configurable timeout on all client requestsMaxime Petazzoni2013-11-081-3/+25
| | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
* | Merge branch 'v65-2' of github.com:yukw777/docker-py into yukw777-v65-2shin-2013-11-151-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some tests Conflicts: docker/client.py tests/fake_api.py tests/integration_test.py tests/test.py
| * | many tests have been implementedPeter Yu2013-11-101-1/+1
| | |
| * | links implemented. use v1.6 by default nowPeter Yu2013-11-101-0/+69
| | |
| * | pull, push, build are streamableyukw7772013-11-081-0/+39
| |/
* | Fix privileged testshin-2013-11-151-1/+3
| |
* | Merge branch 'master' of github.com:dotcloud/docker-py into yukw777-linkshin-2013-11-151-0/+19
|\ \ | | | | | | | | | | | | | | | | | | Fixed test_pull and test_pull_stream (don't assume headers content is empty) Conflicts: tests/test.py
| * | Add signal argument to kill commandDaniel Graña2013-11-141-0/+19
| | |
* | | links implemented. use v1.6 by default nowPeter Yu2013-11-121-0/+88
|/ /
* | Merge branch 'stream-pull-request' of github.com:yukw777/docker-py into ↵shin-2013-11-111-0/+39
|\ \ | |/ |/| | | yukw777-stream-pull-request
| * pull, push, build are streamableyukw7772013-11-081-0/+39
| |
* | Add integration test for named container creationMaxime Petazzoni2013-11-071-1/+11
|/ | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-151-11/+49
|
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵shin-2013-10-151-6/+36
| | | | imports.
* integration test fixDeni Bertovic2013-10-031-1/+1
| | | | | | | make the mount point for shared.txt reside in the /tmp/ folder because if it resides in the lib folder docker sets the owner of the folder as root inside the container so then when the container exists the test fails to cleanup and remove the shared.txt file, and breaks git as well.
* reamed test.py to integration_test.pyDeni Bertovic2013-10-031-0/+528