summaryrefslogtreecommitdiff
path: root/tests/integration_test.py
Commit message (Expand)AuthorAgeFilesLines
* nit: parenthesis alignmentJoffrey F2015-07-291-6/+12
* Add netmode (required by docker)John Howard2015-07-281-10/+18
* Fix integration tests.Paul Bellamy2015-07-211-2/+2
* Update all client instances in integration tests to use DOCKER_HOSTPhil Estes2015-07-141-3/+4
* Fix Unix socket adapter bug with double slash in path + regression testfix_647Joffrey F2015-06-301-2/+7
* Fix stop timeout bugfix_649Joffrey F2015-06-241-0/+5
* Fixed integration testJoffrey F2015-06-181-1/+1
* Added deprecation warning for host config in startJoffrey F2015-05-081-282/+0
* Fixes for #586Joffrey F2015-05-061-0/+2
* Exec API testsJoffrey F2015-04-271-6/+31
* Added tests for log_config paramlogconfig-supportJoffrey F2015-04-241-1/+26
* Handle ID truncate on client side in containers list (and changed default fro...client_side_truncJoffrey F2015-04-221-4/+8
* Added integration testJoffrey F2015-04-221-0/+29
* Improved ulimit testsJoffrey F2015-04-221-0/+13
* Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py...Joffrey F2015-04-221-3/+160
|\
| * Add integration tests for Client.import_image() functionSam Thursfield2015-01-051-2/+160
* | Auto-detect integration testsJoffrey F2015-03-051-0/+22
* | Merge pull request #502 from cpuguy83/498_dockerignore_special_namesJoffrey F2015-02-271-0/+4
|\ \
| * | Add special cases for .dockerignoreBrian Goff2015-02-241-0/+4
* | | Merge pull request #509 from docker/lxc_driver_test_compatJoffrey F2015-02-271-4/+16
|\ \ \
| * | | I suck at pythonlxc_driver_test_compatJoffrey F2015-02-261-5/+5
| * | | Ensure integration tests work with LXC exec driverJoffrey F2015-02-261-4/+16
| |/ /
* | | Rename test fix to take into account docker/docker#11003de-i11003Joffrey F2015-02-261-1/+5
|/ /
* | Fix several DOCKER_HOST assumptions in integration_test.pyTianon Gravi2015-02-161-2/+2
* | Fix pep8 error1.0.0Joffrey F2015-02-161-2/+2
* | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py in...Joffrey F2015-02-121-1/+1
|\ \
| * | added initial support for stats retrievalnir0s2015-02-111-1/+1
* | | 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
* | 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 tear...Joffrey F2014-12-181-22/+50
* 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 totem-fea...Joffrey F2014-10-301-0/+16
|\
| * Add support for tailing logs (introduced in API : v1.13)sukrit0072014-08-221-0/+16
* | Merge pull request #324 from infoxchange/clear-unixconn-poolJoffrey F2014-10-301-0/+23
|\ \
| * | Test resource warnings when using the clientAlexey Kotlyarov2014-09-221-0/+23