summaryrefslogtreecommitdiff
path: root/tests/integration/base.py
Commit message (Expand)AuthorAgeFilesLines
* use python3.6+ constructsAnthony Sottile2021-07-051-2/+2
* Update alpine version to 3.10, and rename BUSYBOX variableSebastiaan van Stijn2019-08-101-2/+2
* Update some test dependencies / default values with newer versionsJoffrey F2019-05-011-3/+2
* Update tests to properly dispose of client instances in tearDownJoffrey F2018-11-011-35/+38
* Cleanup containers during the testsYong Tang2018-02-231-1/+1
* Update wait to always return a dictwait_returnJoffrey F2018-01-311-1/+1
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-4/+0
* More ContainerSpec testsJoffrey F2017-11-071-6/+14
* Add support for configs managementJoffrey F2017-11-071-0/+7
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-071-1/+1
* Merge pull request #1459 from shin-/1300-storageoptsJoffrey F2017-02-151-0/+4
|\
| * Add support for storage_opt in host_configJoffrey F2017-02-151-0/+4
* | Add tests for secret API implementationJoffrey F2017-02-131-0/+7
* | Merge pull request #1432 from shin-/pluginsJoffrey F2017-02-131-0/+1
|\ \ | |/
| * Add create_plugin implementationJoffrey F2017-02-091-0/+1
* | Add prune_networks methodJoffrey F2017-01-301-1/+1
|/
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-2/+6
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-0/+6
* Split out base integration test for APIClientBen Firshman2016-11-221-17/+20
* Rename Client to APIClientBen Firshman2016-11-221-1/+2
* Move BaseTestCase to BaseIntegrationTestBen Firshman2016-10-031-0/+88