Felix Fontein
1e286852b2
[stable-2] Integration tests: split up Docker setup, move docker_compose tests into own group ( #719 )
...
* Rename setup role.
* Create new CI group 6, and move docker_compose v1 tests into there.
* Split up Docker setup in integration tests.
* Change setup_docker_compose_v1 to install its own Docker SDK for Python.
* Restrict Docker SDK for Python to < 7.0.0 in EE.
2023-12-09 18:38:54 +01:00
Felix Fontein
5ffba04ef0
Don't uninstall docker.
2023-01-14 11:16:57 +01:00
Felix Fontein
078afc9769
Don't mask return value. ( #299 )
2022-02-14 20:50:36 +01:00
Felix Fontein
8bd33b06c4
docker_api connection plugin ( #40 )
...
* Add basic docker_api connection test.
* Split AnsibleDockerClient into module-independent and module-specific part.
* Mention new connection plugin.
* Fix tests.
* Add first version of docker_api connection plugin.
* Linting.
* Fix references.
* Improve connection tests.
* Fix put_file for all Python versions.
* Fix fetch_file.
* Linting.
* Update plugins/connection/docker_api.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Move potential common code to module_utils / plugin_utils.
* Move socket_handler to plugin_utils.
* Fix typo.
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2020-12-15 20:07:55 +00:00