Add a test target for the foreman inventory script (#46837)

Add a test target for the foreman inventory script
This commit is contained in:
jctanner 2018-10-14 20:51:25 -04:00 committed by GitHub
commit 0b15ad00c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 1 deletions

View file

@ -31,7 +31,7 @@ class ForemanProvider(CloudProvider):
DOCKER_SIMULATOR_NAME = 'foreman-stub'
DOCKER_IMAGE = 'quay.io/ansible/foreman-test-container:1.3.1'
DOCKER_IMAGE = 'quay.io/ansible/foreman-test-container:1.4.0'
"""Default image to run Foreman stub from.
The simulator must be pinned to a specific version