summaryrefslogtreecommitdiff
path: root/docker/api/exec_api.py
Commit message (Collapse)AuthorAgeFilesLines
* Read from socket after sending TCP upgrade headers.Joffrey F2016-07-131-4/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add hijack hints for non-detached exec api callsDavid Gageot2016-07-131-1/+9
| | | | Signed-off-by: David Gageot <david@gageot.net>
* allow interactive execTomas Tomecek2015-12-031-4/+11
| | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* Support unicode commands.Daniel Nephin2015-10-261-3/+1
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-12/+6
| | | | | | | | | | Add simpler version comparison functions Add decorator to enforce minimum version in API methods Fix utils imports Add minimum_version decorators on API methods that needed it GroupAdd test requires API version >= 1.20 Signed-off-by: Joffrey F <joffrey@docker.com>
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-0/+76
Signed-off-by: Joffrey F <joffrey@docker.com>