summaryrefslogtreecommitdiff
path: root/tests/integration/models_services_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression on API < 1.25Viktor Adam2018-01-121-0/+24
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Fix resetting ContainerSpec properties to NoneViktor Adam2017-11-151-4/+4
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Attempting to make service update tests less flakyViktor Adam2017-11-151-3/+7
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Service model update changesViktor Adam2017-11-141-2/+121
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-071-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-7/+8
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix Swarm model init to correctly pass arguments through to init_swarm1359-swarm-initJoffrey F2017-01-251-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-4/+6
| | | | | | 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/+100
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>