summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* ci: run SSH integration tests (#3012)Milas Bowman2022-07-271-11/+30
* deps: test on Python 3.10 by default (#3010)Milas Bowman2022-07-271-1/+11
* ci: run integration tests & fix race condition (#2947)Leonard Kinday2022-07-261-15/+69
* Update API and Engine versionsFelipe Ruhland2021-04-071-2/+2
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-42/+8
* Shell out to SSH client for an ssh connectionaiordache2020-10-131-3/+30
* Add file environment variable to integration-dindYuval Goldberg2020-08-181-4/+4
* Update default API version to v1.39 (#2512)Sebastiaan van Stijn2020-08-071-1/+1
* Update test engine version to 19.03.12Sebastiaan van Stijn2020-06-301-1/+1
* Merge pull request #2514 from thaJeztah/remove_obsolete_versionsUlysses Souza2020-02-211-1/+1
|\
| * Update test engine version to 19.03.5Sebastiaan van Stijn2020-02-151-1/+1
* | Use official docker:dind image instead of custom imageSebastiaan van Stijn2020-02-171-3/+3
|/
* test/Dockerfile: allow using a mirror for the apt repositorySebastiaan van Stijn2019-07-161-2/+2
* Merge pull request #2328 from docker/modernize_test_depsJoffrey F2019-05-011-1/+1
|\
| * Update some test dependencies / default values with newer versionsJoffrey F2019-05-011-1/+1
* | Make dockerpycreds part of the SDK under docker.credentialsJoffrey F2019-04-301-3/+3
|/
* Use networks instead of legacy links for test setupJoffrey F2018-03-201-15/+21
* Update detach tests to work with AF_INET as wellmtsmfm-masterJoffrey F2018-01-301-1/+1
* Shift test matrix forwardjenkins-updateJoffrey F2018-01-241-2/+2
* Add Python 3.6 testingpython3.6Joffrey F2018-01-221-7/+17
* Update test engine versions in Jenkinsfile2.6.0Joffrey F2017-11-071-2/+2
* Disable buffering based on presence of Connection Upgrade headersJoffrey F2017-11-071-10/+10
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-071-2/+2
* Update test versionsJoffrey F2017-08-171-2/+2
* Adjust tests and add newest engine version to Jenkinsfiletest_17.05_engineJoffrey F2017-05-091-2/+2
* Makes docs builds faster and ensures proper ownershipFrank Sachsenheim2017-04-151-2/+2
* Add 17.04 (CE) RC1 to list of engine versions to be testedJoffrey F2017-03-281-6/+9
* Use experimental engine for testing in Jenkins/MakefileJoffrey F2017-03-171-2/+2
* Add upgrade_plugin methodJoffrey F2017-02-231-6/+6
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-6/+6
* Fix ImageNotFound detection1407-tar-ignore-socketsJoffrey F2017-01-251-2/+2
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-2/+2
* Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-14/+14
* Add new Sphinx documentationBen Firshman2016-11-221-1/+1
* Add --rm to docker run in MakefileBen Firshman2016-11-211-9/+9
* Add make shell to open a Python shellBen Firshman2016-09-141-0/+4
* Add file arg to integration testsBen Firshman2016-09-141-2/+2
* Add .PHONY for each makefile instructionBen Firshman2016-09-081-2/+15
* Add test for import_image with changes param1064-import-changesJoffrey F2016-09-061-3/+2
* Add make docs command for building docsBen Firshman2016-09-051-0/+6
* Test fixes and updated Makefile for 1.12 testingtest_fixes_1.12Joffrey F2016-08-031-6/+17
* Removed obsolete env var in integration-dind target commandJoffrey F2016-04-261-1/+1
* Update default API version to 1.22default-version-1.22Joffrey F2016-03-161-2/+2
* make,integration-dind: try to remove dpy-dindTomas Tomecek2015-12-021-0/+1
* Fix integration-dind-ssl make task852-independent-integrationJoffrey F2015-11-181-2/+2
* Add build integration test checking stderr shows up in streamJoffrey F2015-11-111-0/+2
* Bump default API version to 1.21bump_api_version_121Joffrey F2015-11-041-2/+2
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-6/+6
* Fix attach method over SSL connectionsStephen Moore2015-10-141-5/+15
* Move pytest default options into pytest.iniAanand Prasad2015-09-251-4/+4