summaryrefslogtreecommitdiff
path: root/test/integration/targets/docker_container
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.7] Re-enable docker_container tests (#59425)Felix Fontein2019-07-241-0/+1
* Fix assignments in docker tests. (#57249)Felix Fontein2019-06-032-3/+3
* oom_killer and oom_score_adj are available since docker-py 1.8.0. (#56012)Felix Fontein2019-05-201-18/+0
* Adjust to stable-2.7 return value names.Felix Fontein2019-05-201-4/+4
* docker_container: use restart() API function instead of stop/start sequence (...Felix Fontein2019-05-202-108/+121
* [2.7] docker_container: fix support for docker-py 1.7.0 (#55496)Felix Fontein2019-04-231-1/+1
* docker_container: improve log_options idempotency by converting to string (#5...Felix Fontein2019-04-161-1/+5
* Only use ports in the range 9001-9060.Felix Fontein2019-03-182-28/+28
* docker_container: show warnings, fix/improve tests (#53440)Felix Fontein2019-03-112-39/+40
* Don't die when kernel memory accounting is not supported by runc build. (#53163)Felix Fontein2019-03-011-0/+5
* [2.7] [docker_container] Failing on non-string env values (#50899)Felix Fontein2019-01-141-0/+20
* [docker_container] Fixes idempotency checks for network_mode (#49797)Dave Bendit2019-01-071-3/+37
* docker_* tests: check API version (#48620)Felix Fontein2018-11-191-0/+3
* docker_container: fix tests and idempotency for init and shm_size (#48551)Felix Fontein2018-11-131-69/+69
* Make tests fail less often with strange errors. (#48059)Felix Fontein2018-11-051-2/+8
* Improve paused test and behavior. (#48056)Felix Fontein2018-11-051-20/+8
* docker_container: fix paused and add some tests (#47900)Felix Fontein2018-11-051-16/+155
* docker_container: simplify minimal required version per option handling (#47711)Felix Fontein2018-11-052-73/+168
* docker_container: fix ipc_mode and pid_mode idempotency (#47997)Felix Fontein2018-11-051-6/+5
* docker_container: fix interaction of detach:no with auto_remove:yes (#47396)Felix Fontein2018-10-231-1/+50
* docker_container: improve publish all ports functionality (#46594)Felix Fontein2018-10-111-0/+94
* Remove regression test for fix which is in another backport PR (#45769).Felix Fontein2018-10-091-34/+0
* docker_container: fix various idempotency problems and non-working options (#...Felix Fontein2018-10-095-31/+3285
* integration tests for docker_container (#45747)Felix Fontein2018-10-096-0/+363