summaryrefslogtreecommitdiff
path: root/tests/integration/api_swarm_test.py
Commit message (Expand)AuthorAgeFilesLines
* use python3.6+ constructsAnthony Sottile2021-07-051-2/+2
* xfail test_init_swarm_data_path_addrSebastiaan van Stijn2019-07-121-0/+1
* Add support for rotate_manager_unlock_keyHannes Ljungberg2019-05-011-0/+13
* Merge pull request #2296 from hannseman/swarm-init-responseJoffrey F2019-05-011-1/+3
|\
| * Return node id on swarm initHannes Ljungberg2019-05-011-1/+3
* | Add swarm support for data_addr_pathHannes Ljungberg2019-05-011-0/+4
|/
* Split monolithic integration tests into individual tests.Barry Shapira2019-03-221-24/+25
* Check API version before setting swarm addr pool.Barry Shapira2019-03-221-9/+14
* Added arguments to creeate a swarm with a custom address pool and subnet size.Barry Shapira2019-03-221-0/+23
* Update tests to properly dispose of client instances in tearDownJoffrey F2018-11-011-2/+1
* Merge pull request #1798 from docker/unlock_swarm_supportJoffrey F2017-11-201-0/+11
|\
| * Add unlock methods to Swarm modelunlock_swarm_supportJoffrey F2017-11-071-5/+6
| * Add unlock_swarm and get_unlock_key to APIClientJoffrey F2017-11-071-0/+10
| * Update SwarmSpec to include new parametersJoffrey F2017-11-031-0/+38
* | Remove test_update_swarm_nameSebastiaan van Stijn2017-11-141-18/+0
* | Update SwarmSpec to include new parametersJoffrey F2017-11-071-0/+38
|/
* update swarm remove test status code from 500 to >= 400allencloud2017-05-181-1/+1
* update docker-py test status code from 500 to 400allencloud2017-05-131-1/+1
* Add support for force_update in TaskTemplateJoffrey F2017-01-271-3/+3
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-15/+13
* Implement swarm node removalremove_nodeJoffrey F2016-12-071-0/+17
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
* Rename Client to APIClientBen Firshman2016-11-221-0/+161