summaryrefslogtreecommitdiff
path: root/tests/integration/api_image_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Use pytest assertspytest-assertsJoffrey F2018-01-301-32/+28
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-261-1/+23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-1/+10
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Return generator for output of load_image endpointJoffrey F2017-08-171-0/+13
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-171-1/+2
| | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com>
* Only pull the 'latest' tag when testing imagesBryan Boreham2017-06-141-3/+4
| | | | Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
* Add prune_networks methodJoffrey F2017-01-301-1/+15
| | | | | | Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <joffrey@docker.com>
* Add prune_volumes methodJoffrey F2017-01-301-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add prune_images methodJoffrey F2017-01-301-0/+16
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Split out base integration test for APIClientBen Firshman2016-11-221-6/+6
| | | | | | 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/+287
Signed-off-by: Ben Firshman <ben@firshman.co.uk>