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