summaryrefslogtreecommitdiff
path: root/tests/integration/models_images_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1626 from datwiz/images-build-error-1625Joffrey F2017-06-191-0/+11
|\ | | | | fix #1625 where ImageCollection.build() could return with incorrect image id
| * new integration task linting for #1625Chris Ottinger2017-05-271-2/+2
| | | | | | | | Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com>
| * added integration test for #1625 for ImageCollection.build() that verfies ↵Chris Ottinger2017-05-271-0/+11
| | | | | | | | | | | | that the build method uses the last success message for extracting the image id Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com>
* | Closes #1588, image.tag does not return anythingOlivier Sallou2017-06-161-1/+2
|/ | | | | | This patch returns the check made against api when tagging an image as stated in documentation Signed-off-by: Olivier Sallou <olivier.sallou@irisa.fr>
* Include tag in images.get after pulling if provided separately1585-pull-tagJoffrey F2017-05-091-4/+11
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add integration testsAaron Cowdin2017-05-021-0/+9
| | | | Signed-off-by: Aaron Cowdin <aaron.cowdin@gmail.com>
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-7/+7
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-0/+4
| | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new user-focused APIBen Firshman2016-11-221-0/+67
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>