summaryrefslogtreecommitdiff
path: root/tests/integration_test.py
Commit message (Collapse)AuthorAgeFilesLines
* pid_mode integration testspid_modeJoffrey F2015-02-111-0/+31
|
* read_only parameterread_only_rootfsJoffrey F2015-02-101-0/+27
|
* rename() tests and docsrename_containerJoffrey F2015-02-101-0/+12
|
* Add Support for Mac AddressJames Harris2015-01-211-0/+16
| | | | | | The new docker api allows specifing mac address for containers. This change is to allow docker py the same functionality. Signed-off-by: James Harris <james@rancher.com>
* Fixed TestRestartingContainer0.7.1Joffrey F2015-01-131-2/+2
|
* Integration tests fixesintegration_fixesJoffrey F2015-01-091-35/+15
|
* Added RO volumes testsJoffrey F2015-01-081-7/+99
|
* Merge branch 'master' of https://github.com/rmohr/docker-py into rmohr-masterJoffrey F2015-01-081-0/+11
|\
| * Keep unix socket alive with python3Roman Mohr2014-12-211-0/+11
| |
* | Fix for issue #443Joffrey F2015-01-081-0/+14
|/
* Improved integration tests to run on python3 and close sessions after in ↵Joffrey F2014-12-181-22/+50
| | | | tearDown phase
* flake8 fails with F821 for unicode under python 3.4.2Davanum Srinivas2014-12-181-2/+2
|
* Use unicode() typecast instead of u'' literal (3.2 compat). Fixes #408Joffrey F2014-12-171-2/+2
|
* Re-added integration tests with hostconfig in startJoffrey F2014-12-171-3/+162
|
* Updated integration tests to use new host_config paramJoffrey F2014-12-171-37/+52
|
* Don't use old test image (deprecated ID scheme)0.6.0-integrationJoffrey F2014-12-151-14/+8
|
* Better pull confirmationJoffrey F2014-12-151-8/+6
|
* Longer timeout when contacting hubJoffrey F2014-12-151-0/+3
|
* Fixed integration testJoffrey F2014-11-031-0/+2
|
* Merge branch 'feature_logs-tail' of github.com:totem/docker-py into ↵Joffrey F2014-10-301-0/+16
|\ | | | | | | | | | | | | | | totem-feature_logs-tail Conflicts: docker/client.py tests/fake_api.py
| * Add support for tailing logs (introduced in API : v1.13)sukrit0072014-08-221-0/+16
| | | | | | | | Updated default version to v1.13
* | Merge pull request #324 from infoxchange/clear-unixconn-poolJoffrey F2014-10-301-0/+23
|\ \ | | | | | | Clear UNIX connections pool to avoid ResourceWarnings
| * | Test resource warnings when using the clientAlexey Kotlyarov2014-09-221-0/+23
| | |
* | | Merge branch 'pause-unpause' of github.com:phensley/docker-py into ↵Joffrey F2014-10-291-0/+27
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phensley-pause-unpause Conflicts: README.md tests/integration_test.py tests/test.py
| * | | Unit and integration tests for pause/unpause.Patrick Hensley2014-10-041-0/+31
| |/ /
* | | Use shlex for exec string cmd, added integration testcase.Patrick Hensley2014-10-221-2/+17
| | |
* | | Unit and integration tests for exec.Patrick Hensley2014-10-171-0/+28
|/ /
* | Fixed integration testsJoffrey F2014-09-081-6/+4
| |
* | first cut of restart policyShreyas Karnik2014-08-261-0/+17
|/
* Merge pull request #268 from brutasse/265-dockerignoreJoffrey F2014-07-231-0/+39
|\ | | | | Add support for .dockerignore
| * Add support for .dockerignoreBruno Renié2014-07-231-0/+40
| | | | | | | | | | | | | | | | Fixes #265. Implementation is a bit more elaborate than docker's implementation and matches with the one proposed in dotcloud/docker#6869 to handle permission issues more nicely.
* | allow docker client to connect to a remote hostMichael Merickel2014-07-071-2/+4
| | | | | | | | | | | | | | to run the tests on a host without using the default unix socket, it's now possible to specify: DOCKER_HOST=tcp://localdocker:4243 env/bin/python setup.py test
* | support specifying location of temp foldersMichael Merickel2014-07-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | TestWithBinds was failing when shared folders are used because /tmp was not shared from OS X to my VM. This fix allows the location of the temp folders to be changed via: TMPDIR=$(pwd) env/bin/python setup.py test This also properly cleans up temp folders which were sticking around before.
* | fix ListContainers which was failing with "executable true; not found"Michael Merickel2014-07-051-2/+2
|/
* Updated/fixed integration tests. Moved 'pull busybox' out of setUp(). ↵Joffrey F2014-06-201-44/+49
| | | | Commented out logs streaming test
* Merge pull request #236 from rail44/feature-support-get-and-load-imageJoffrey F2014-06-171-1/+1
|\ | | | | Support get and load image
| * Support get and load imageSatoshi Amemiya2014-06-021-1/+1
| |
* | Fix joining of unicode and byte strings in python3.Sam Riley2014-06-011-4/+4
|/ | | | | Check logs response in unit tests, and fix log integration tests for py3.
* Merge pull request #210 from aanand/universally-compatible-chunkingMaxime Petazzoni2014-05-211-3/+3
|\ | | | | Universally-compatible reading of chunked streams
| * Universally-compatible reading of chunked streamsAanand Prasad2014-04-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Docker introduced newlines in stream output in version 0.9 (https://github.com/dotcloud/docker/pull/4276), but not to all endpoints - POST /images/create, for example, does not include them. This reverts to the old, less pleasant implementation of _stream_helper(), with a manual check for newlines to fix the problem described in #176 and fixed in #184, without the accompanying regression. It should work against Docker 0.8, 0.9 and 0.10, both when building and when pulling.
* | Fix integration test regressionAanand Prasad2014-04-281-1/+9
|/ | | | | The test for starting a container with volume binds hadn't been updated to use the new dictionary structure for the `binds` argument.
* Moved APIError exception to docker.errors module.Evgeniy L2014-04-071-4/+4
|
* Fixed integration testsshin-2014-04-041-2/+2
|
* Merge branch 'volumes-from-as-list' of github.com:blackrobot/docker-py into ↵shin-2014-04-041-0/+30
|\ | | | | | | blackrobot-volumes-from-as-list
| * Added test for container with volumes_fromDamon Jablons2014-04-011-0/+30
| |
* | Updated unit tests API version, flake8 fixesshin-2014-04-041-2/+3
| |
* | Revert unneeded changeJoseph Schorr2014-04-041-1/+1
| |
* | Make sure the build command in the client sends the auth credentials along. ↵Joseph Schorr2014-04-041-2/+25
|/ | | | Required for "FROM " lines that pull from private registries
* Fixes for flake8Evgeniy L2014-03-281-7/+7
| | | | | | Next rules were broken * E265 block comment should start with '# ' * E713 test for membership should be 'not in'
* Updated integration testsshin-2014-02-181-27/+15
|