summaryrefslogtreecommitdiff
path: root/tests/integration_test.py
Commit message (Expand)AuthorAgeFilesLines
* Pull correct version of busybox in integration testsJoffrey F2015-10-141-1/+1
* Fix attach method over SSL connectionsStephen Moore2015-10-141-2/+71
* put/get archive implementationJoffrey F2015-10-141-0/+85
* Fix testsJoffrey F2015-10-141-3/+2
* Implement methods for managing networksAanand Prasad2015-10-141-0/+104
* Fix race condition in integration regression testsPaul Bellamy2015-10-011-1/+1
* Merge pull request #789 from PierreF/top_ps_argsJoffrey F2015-09-281-0/+38
|\
| * Added test for "top" functionPierre Fersing2015-09-281-0/+38
* | Support explicit protocol in Client.port792-fix-ports-commandJoffrey F2015-09-281-0/+25
|/
* Bump default API versionapi_1.20_supportJoffrey F2015-09-231-1/+0
* Improve volume bindings integration testJoffrey F2015-09-221-21/+7
* Fix volumes tests for API version >= 1.20Joffrey F2015-09-221-13/+38
* Make volume binds tests work on any hostAanand Prasad2015-09-221-74/+76
* Only pull busybox in integration tests if we don't already have itAanand Prasad2015-09-221-2/+6
* Pin busybox version to use in integration testsJoffrey F2015-09-211-97/+65
* Improve volume cleanup logic744-volume-api-supportJoffrey F2015-09-161-4/+5
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-8/+8
* Modify unit tests suite to allow mock routes to optionally be method-awareJoffrey F2015-09-161-1/+69
* GroupAdd testsJoffrey F2015-09-151-0/+35
* Fixed regression test in py3 environments1.4.0-releaseJoffrey F2015-09-101-1/+4
* Merge pull request #753 from docker/715-user-int-uidJoffrey F2015-09-101-0/+6
|\
| * Test UID validity715-user-int-uidJoffrey F2015-08-311-1/+4
| * Always send a string for the user param in create_containerJoffrey F2015-08-311-0/+3
* | Add hello-world to temp images in pull testsci-fixesJoffrey F2015-09-091-0/+2
* | Make integration tests more CI-friendly.Joffrey F2015-09-091-16/+10
* | Make running integration tests with dind possibleJoffrey F2015-09-091-3/+4
|/
* Test has been fixed, remove skip decoratorJoffrey F2015-08-311-1/+0
* Merge pull request #747 from aanand/integration-test-fixesJoffrey F2015-08-311-45/+79
|\
| * Integration test improvementsAanand Prasad2015-08-311-45/+79
* | Merge pull request #742 from aanand/fix-dockerignore-integration-testJoffrey F2015-08-271-15/+21
|\ \ | |/ |/|
| * Fix .dockerignore integration testAanand Prasad2015-08-261-15/+21
* | Merge pull request #662 from stevenewey/exec_create_userJoffrey F2015-08-261-0/+34
|\ \
| * \ Merge branch 'master' into exec_create_userStephen Newey2015-08-121-17/+37
| |\ \
| * | | Add test for root user as default exec_create behaviourStephen Newey2015-07-021-0/+17
| * | | Add support for user on exec_create.Stephen Newey2015-06-301-0/+17
* | | | Test valid no args for log configMazz Mosley2015-08-261-2/+41
* | | | Remove validation of supported log driversMazz Mosley2015-08-261-0/+17
* | | | Fix log driver integration testMazz Mosley2015-08-261-20/+15
| |_|/ |/| |
* | | Ensure Makefile still run tests properly / tests are run in container as expe...Joffrey F2015-08-251-1/+1
* | | Call Client.create_host_config because the old call is deprecatedBryan Boreham2015-08-251-12/+12
| |/ |/|
* | 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