summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_docker
Commit message (Collapse)AuthorAgeFilesLines
* Improve setup_docker tests to work with RHEL 8 GA (#58649)Sam Doran2019-07-0314-47/+101
| | | | | | | - use include_vars to set appropriate packages and pip packages per distribution and version - install an older version of Docker CE on RHEL 8 since a dependency is unavailable - disable warnings on tasks that are ok - skip tests for CentOS/RHEL 6
* Install EPEL on RHEL using RPM from S3.Matt Clay2019-04-052-2/+3
|
* test: fix get_url issues in CI for Ubuntu 14.04Jordan Borean2019-03-071-1/+5
|
* docker_*: enable RHEL8 tests (#53313)Felix Fontein2019-03-052-1/+29
|
* Get docker tests working on OpenSUSE (#51896)Jordan Borean2019-02-072-12/+0
|
* Fix integration tests to support remote hosts.Matt Clay2019-01-243-2/+3
|
* Handle non-target file deps for integration tests.Matt Clay2019-01-141-0/+1
| | | | | | | Some integration test targets have dependencies on files outside the `test/integration/targets/` directory tree. Changes to these dependencies can result in unexpected test failures since they do not trigger integration tests which depend on them.
* docker_network IPAM test / general docker test cleanup (#50499)Felix Fontein2019-01-091-2/+53
| | | | | | | | | | * Re-enable docker_network tests. * Basic cleanup of docker daemon. * Add docker CLI detection. * YAML notation.
* docker_container: simplify minimal required version per option handling (#47711)Felix Fontein2018-11-051-0/+18
| | | | | | | | | | | | | | | | | | | | | | * Store parsed docker-py / docker API versions in client. * Began refactoring 'minimal required version' for docker_container options. * Removing some fake defaults. * Added changelog. * Improve tests (check older docker versions). * Fix comparison. The breaking point is not docker-py 2.0.0, but 1.10.0. (Verified by testing with these versions.) * Move docker-py/API version detection to setup_docker. * Add YAML document starter. * docker_network requirement for docker-py was bumped to 1.10.0 in #47492.
* Add constraints to pip install in setup_docker.Matt Clay2018-10-181-0/+1
|
* skip installing linux-image-extra in CI as it shouldn't be needed (#46101)Jordan Borean2018-09-261-10/+0
|
* Docker integration tests: factorize setup (#42306)Pilou2018-08-096-0/+147
* Factorize docker_secret & docker_swarm tests setup * failure are only expected inside docker container * docker_swarm: enable RHEL builds