summaryrefslogtreecommitdiff
path: root/tests/integration/api_exec_test.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>