summaryrefslogtreecommitdiff
path: root/tests/integration/api_exec_test.py
Commit message (Expand)AuthorAgeFilesLines
* use python3.6+ constructsAnthony Sottile2021-07-051-1/+1
* Update alpine version to 3.10, and rename BUSYBOX variableSebastiaan van Stijn2019-08-101-15/+15
* Remove exec detach testMichael Crosby2019-06-251-18/+0
* Change use_config_proxy default value to True to match CLI behaviorJoffrey F2019-05-011-1/+0
* Update some test dependencies / default values with newer versionsJoffrey F2019-05-011-10/+10
* Streaming TTY messages sometimes get truncated. Handle gracefully in demux testsdemux_test_fixesJoffrey F2019-05-011-4/+12
* Separate into individual testsfix_exec_demux_testsJoffrey F2019-05-011-63/+77
* Avoid demux test flakinessJoffrey F2019-04-301-27/+21
* Style fixes and removed some unused code2199-proxy-supportJoffrey F2019-01-091-11/+16
* By default, disable proxy supportCorentin Henry2019-01-091-3/+4
* add integration tests for proxy supportCorentin Henry2019-01-091-0/+34
* fix exec api inconsistencyCorentin Henry2018-11-281-1/+1
* tests various exec_create/exec_start combinationsCorentin Henry2018-11-281-0/+69
* implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-2/+3
* Update detach tests to work with AF_INET as wellmtsmfm-masterJoffrey F2018-01-301-14/+26
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-1/+44
* Use pytest assertspytest-assertsJoffrey F2018-01-301-18/+18
* Bump default API version to 1.35Joffrey F2018-01-261-0/+12
* Modernize exec_api.pyJoffrey F2017-05-021-2/+2
* exec: add support for `Env`Tomas Tomecek2017-04-291-0/+15
* exec: fix running with detach=TrueTomas Tomecek2016-11-291-0/+15
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
* Rename Client to APIClientBen Firshman2016-11-221-0/+108