summaryrefslogtreecommitdiff
path: root/tests/integration/api_container_test.py
Commit message (Expand)AuthorAgeFilesLines
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-33/+13
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-1/+1
* Update detach tests to work with AF_INET as wellmtsmfm-masterJoffrey F2018-01-301-16/+15
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-2/+56
* Use pytest assertspytest-assertsJoffrey F2018-01-301-221/+218
* Bump default API version to 1.35Joffrey F2018-01-261-0/+33
* Add integration test for CPU realtime optionsJoffrey F2017-12-131-0/+14
* Add support for mounts in HostConfigJoffrey F2017-11-071-0/+65
* Always send attach request as streamingJoffrey F2017-08-221-4/+12
* Make sure data is written in prune test so space can be reclaimedmoby33735Joffrey F2017-06-201-1/+3
* Fix test cases for ``runtime`` configMadhuri Kumari2017-06-071-3/+3
* Add support for ``runtime`` in container create and run APIMadhuri Kumari2017-06-011-0/+9
* init_path removed in Engine 17.05init_path_removedJoffrey F2017-05-091-0/+1
* Move LinksTest to appropriate fileJoffrey F2017-03-091-0/+42
* Add init_path parameter to container HostConfigTomasz Madycki2017-03-011-0/+12
* Add init parameter to container HostConfigTomasz Madycki2017-03-011-0/+12
* Update assert in test_create_with_restart_policyBoaz Shuster2017-03-011-1/+1
* Add xfail mark to storageopt testJoffrey F2017-02-151-4/+5
* Merge pull request #1459 from shin-/1300-storageoptsJoffrey F2017-02-151-0/+16
|\
| * Add support for storage_opt in host_configJoffrey F2017-02-151-0/+16
* | Add prune_containers methodJoffrey F2017-01-301-0/+14
|/
* Add stop_timeout to create_containerJoffrey F2017-01-271-0/+9
* Add support for auto_remove in HostConfigautoremove_supportJoffrey F2017-01-251-0/+12
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-4/+4
* Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-4/+0
* Allow custom PID mode for the containerStepan Stipl2016-11-281-3/+0
* Split out base integration test for APIClientBen Firshman2016-11-221-21/+21
* Rename Client to APIClientBen Firshman2016-11-221-0/+1186