Fix integration tests to support remote hosts.

This commit is contained in:
Matt Clay 2019-01-24 19:25:06 -08:00
commit d2a7cc0b9f
37 changed files with 321 additions and 225 deletions

View file

@ -1 +0,0 @@
needs/file/test/runner/requirements/constraints.txt

View file

@ -0,0 +1,2 @@
dependencies:
- setup_remote_constraints

View file

@ -16,7 +16,7 @@
pip:
state: present
name: 'docker{{ extra_packages }}'
extra_args: "-c {{ role_path }}/../../../runner/requirements/constraints.txt"
extra_args: "-c {{ remote_constraints }}"
# Detect docker CLI, API and docker-py versions
- name: Check Docker CLI version