summaryrefslogtreecommitdiff
path: root/tests/integration/api_container_test.py
Commit message (Expand)AuthorAgeFilesLines
* test: add additional tests for cgroupns option (#3024)6.0.0Milas Bowman2022-08-121-0/+14
* deps: upgrade websocket-client to latest (#3022)Milas Bowman2022-07-291-1/+20
* test: fix flaky container log testMilas Bowman2022-07-261-0/+2
* test: fix for cgroupv2 (#2940)Sebastiaan van Stijn2022-07-261-4/+1
* use python3.6+ constructsAnthony Sottile2021-07-051-21/+21
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-35/+13
* Fix CreateContainerTest.test_invalid_log_driver_raises_exceptionSebastiaan van Stijn2020-07-171-1/+1
* Fix tests to support both log plugin feedbacksWilson JĂșnior2020-04-211-3/+6
* xfail "docker top" tests, and adjust for alpine imageSebastiaan van Stijn2020-02-171-8/+7
* Update alpine version to 3.10, and rename BUSYBOX variableSebastiaan van Stijn2019-08-101-95/+95
* Xfail test_attach_stream_and_cancel on TLSUlysses Souza2019-05-181-0/+3
* Update some test dependencies / default values with newer versionsJoffrey F2019-05-011-15/+13
* Improve low_timeout test resilienceJoffrey F2019-05-011-4/+4
* Increase timeout on test with long sleepsfix_socket_detach_helperJoffrey F2019-05-011-1/+1
* Remove init_path from createSebastiaan van Stijn2019-04-101-13/+0
* Add 'sleep 2' to avoid race condition on attachUlysses Souza2019-04-041-5/+2
* Xfail test_attach_stream_and_cancel on TLSUlysses Souza2019-03-261-1/+3
* Test port lookup with protocolsHannes Ljungberg2019-03-181-4/+12
* implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-2/+3
* Clear error for cancellable streams over SSHJoffrey F2018-11-011-1/+4
* Update tests for ssh protocol compatibilityJoffrey F2018-11-011-0/+1
* Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-291-0/+10
* Fix several integration tests on WindowsJoffrey F2018-05-251-15/+4
* Fix session timeout = None caseJoffrey F2018-04-251-7/+5
* Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-251-1/+1
* stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-251-0/+11
* Remove redundant single-socket select callJoffrey F2018-03-201-11/+2
* Allow cancelling the streams from other threadsViktor Adam2018-03-201-0/+48
* Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rulesJoffrey F2018-02-131-0/+15
* Update wait to always return a dictwait_returnJoffrey F2018-01-311-17/+19
* 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