Yanis Guenane
4fd2dce7f3
Testing: Add support for AIX platform ( #65802 )
2020-01-29 15:56:51 -08:00
Matt Clay
479845a05c
Expand Shippable test matrix. ( #66912 )
...
* Add 2 CI groups for AWS.
* Add 1 CI group for vmware.
* Add 1 CI group for CS.
* Add 1 CI group for posix.
2020-01-29 14:43:27 -08:00
Felix Fontein
098a13dff4
Re-enable some docker_swarm tests. ( #61875 )
2019-09-13 12:08:45 -04:00
Gonéri Le Bouder
7132466327
test: disable the docker swarm tests ( #61816 )
...
`docker_swarm` tests tend to hang during the creation of the Swarn
cluster.
See: https://github.com/ansible/ansible/issues/61815
2019-09-05 10:47:31 -04:00
Matt Clay
55d9ee0cb2
Revert "Temporarily skip failing Docker tests on RHEL 7.6."
...
This reverts commit affde96fa8
.
2019-03-27 10:02:49 -07:00
Matt Clay
affde96fa8
Temporarily skip failing Docker tests on RHEL 7.6.
2019-03-26 20:59:38 -07:00
Matt Clay
906427caba
Add shippable/posix/group4/ for CI. ( #53816 )
2019-03-15 07:25:37 -07:00
Matt Clay
3907ea31f5
Rebalance docker_* integration tests.
2019-03-07 10:59:40 -08:00
Felix Fontein
1323dca9e9
docker_*: enable RHEL8 tests ( #53313 )
2019-03-05 10:50:28 -08:00
Felix Fontein
a7cee49913
Only run docker swarm based tests on VMs. ( #53292 )
2019-03-04 16:20:36 -05:00
Hannes Ljungberg
4a5d38b55a
docker_swarm_service: Enable tests ( #51170 )
...
* Enable tests
* Comment fixes
* Try lowering timeouts
* Comment fix
* Comment fix
* Comment fix
* Add a pause to let service update
* Fix comment
* Disable dns_search tests
* Disable dns_servers test
* Fix comment
* Fix comment
* Fix comment
* Fix comment
* Fix comment
* Fix comment
* Fix comment
* Revert "Disable dns_servers test"
This reverts commit 763e9da716b78f4986f313b3ba1ab98faacb742e.
* Revert "Disable dns_search tests"
This reverts commit 2859e4e3a5ebdca078de84d821bb53bbdf967dfd.
* Revert "Add a pause to let service update"
This reverts commit e990dfae1a62e9a42b07960819818bc75fd04427.
* Revert "Try lowering timeouts"
This reverts commit 1617772de81ecef0e560b38c7564646ec3874c3c.
* Ensure that services are running while testing
* Retry tasks on update out of sequence error
* Remove unnecessary check for APIError.explanation
Co-Authored-By: hannseman <hannes@5monkeys.se>
* Ignore errors when tearing down test suite
* Retry with a loop instead of tail recursion
* Initialize self.diff_trace in run
* Add change log fragment
* Actually raise error
* Add unit test for retrying
* Lint
* Change to bugfix
* Remove whitespace
* Mock docker dependency
* Use download.fedoraproject.org
* Revert "Use download.fedoraproject.org"
This reverts commit 5931791f7c
.
2019-02-05 08:25:29 +00:00
Felix Fontein
e3f8e05ecb
Temporarily disable tests. ( #51148 )
2019-01-21 17:13:44 -05:00
Matt Clay
a41c0405a7
Add CI platform: rhel/8.0 ( #48835 )
2018-11-16 22:06:19 -08:00
Dario Zanzico
2162d7d4de
Docker swarm service integration tests ( #45674 )
...
* integration test for docker_swarm_service
* ensure stack de-initialization
* Set default value for 'configs' parameter to None
Docker-py uses None as a default value for configs.
Using the same default here allows to create services on older docker
setups (docker_api<1.30).
* Set default value for 'update_order' parameter to None
Docker-py uses None as a default value for update_order.
Using the same default here allows to create services on older docker
setups (docker_api<1.29)
* Set default value for 'publish.mode' parameter to None
Docker-py uses None as a default value for publish_mode.
Using the same default here allows to create services on older docker
setups (docker_api<1.32)
* Allow tests to run on older version of docker.
* remove workarounds for old docker versions
* test correct swarm cleanup
* changelog fragment for docker_swarm_service defaults change
2018-10-29 11:28:51 +00:00