summaryrefslogtreecommitdiff
path: root/tests/integration/api_exec_test.py
Commit message (Collapse)AuthorAgeFilesLines
* use python3.6+ constructsAnthony Sottile2021-07-051-1/+1
| | | | Signed-off-by: Anthony Sottile <asottile@umich.edu>
* Update alpine version to 3.10, and rename BUSYBOX variableSebastiaan van Stijn2019-08-101-15/+15
| | | | Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Remove exec detach testMichael Crosby2019-06-251-18/+0
| | | | | | Forking off an exec process and detaching isn't a supported method Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
* Change use_config_proxy default value to True to match CLI behaviorJoffrey F2019-05-011-1/+0
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update some test dependencies / default values with newer versionsJoffrey F2019-05-011-10/+10
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Streaming TTY messages sometimes get truncated. Handle gracefully in demux testsdemux_test_fixesJoffrey F2019-05-011-4/+12
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Separate into individual testsfix_exec_demux_testsJoffrey F2019-05-011-63/+77
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Avoid demux test flakinessJoffrey F2019-04-301-27/+21
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Style fixes and removed some unused code2199-proxy-supportJoffrey F2019-01-091-11/+16
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* By default, disable proxy supportCorentin Henry2019-01-091-3/+4
| | | | | | This is to avoid a breaking change Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
* add integration tests for proxy supportCorentin Henry2019-01-091-0/+34
| | | | Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
* fix exec api inconsistencyCorentin Henry2018-11-281-1/+1
| | | | Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
* tests various exec_create/exec_start combinationsCorentin Henry2018-11-281-0/+69
| | | | | | Test the interation of the tty, demux and stream parameters Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
* implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-2/+3
| | | | | | fixes https://github.com/docker/docker-py/issues/1952 Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
* Update detach tests to work with AF_INET as wellmtsmfm-masterJoffrey F2018-01-301-14/+26
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-1/+44
| | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com>
* Use pytest assertspytest-assertsJoffrey F2018-01-301-18/+18
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump default API version to 1.35Joffrey F2018-01-261-0/+12
| | | | | | | | | Add ContainerSpec.isolation support Add until support in logs Add condition support in wait Add workdir support in exec_create Signed-off-by: Joffrey F <joffrey@docker.com>
* Modernize exec_api.pyJoffrey F2017-05-021-2/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* exec: add support for `Env`Tomas Tomecek2017-04-291-0/+15
| | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* exec: fix running with detach=TrueTomas Tomecek2016-11-291-0/+15
| | | | | | Fixes #1271 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
| | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+108
Signed-off-by: Ben Firshman <ben@firshman.co.uk>