summaryrefslogtreecommitdiff
path: root/tests/unit/api_container_test.py
Commit message (Expand)AuthorAgeFilesLines
* Add device requests (#2471)Lucidiot2020-08-071-1/+63
* Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-251-4/+4
* stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-251-2/+2
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-60/+0
* Use pytest assertspytest-assertsJoffrey F2018-01-301-507/+339
* Bump default API version to 1.35Joffrey F2018-01-261-2/+4
* Raising error in case of invalid value of since kwarg on Container.logsChris Mark2017-06-161-0/+7
* Fix typo s/CpuSetCpus/CpusetCpus/Dan Liew2017-05-011-1/+1
* Add missing support for `CpusetMems` parameter to HostConfig.Dan Liew2017-05-011-0/+27
* cpus renamed to nano_cpus. Type and scale of nano_cpus are changed. Comments ...Alexey Rokhin2017-04-281-3/+5
* Add cpu_count, cpu_percent, cpus parameters to container HostConfig.Alexey Rokhin2017-04-191-0/+30
* Add support for volume_driver in HostConfigJoffrey F2017-04-051-7/+4
* Add tests for secret API implementationJoffrey F2017-02-131-3/+3
* Remove support for host_config in Client.startJoffrey F2016-11-281-35/+11
* Rename DockerClientTest to BaseAPIClientTestBen Firshman2016-11-221-4/+4
* Rename Client to APIClientBen Firshman2016-11-221-0/+1635