diff options
author | Sam Doran <sdoran@redhat.com> | 2018-11-08 17:05:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 17:05:54 -0500 |
commit | 96c2375692bcc7e9d58dd35226c7da8fef8c7fb8 (patch) | |
tree | fe2c792acafed1826b5036965970fa504bbb41f3 /test/integration/targets/pause | |
parent | c13fa503a171601a01cfd4681c38124590cba54a (diff) | |
download | ansible-96c2375692bcc7e9d58dd35226c7da8fef8c7fb8.tar.gz |
Add setup roles for passlib and pexpect for use with pause and vars_prompt tests (#43613)
* Add passlib to RHEL test instance
This looks like the only tests instance that is missing this libary. It is needed for vars_prompt tests.
* Create setup roles for pexect and passlib
Switch to using aliases rather than installing directly in the test scripts
Diffstat (limited to 'test/integration/targets/pause')
-rw-r--r-- | test/integration/targets/pause/aliases | 1 | ||||
-rwxr-xr-x | test/integration/targets/pause/runme.sh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/pause/aliases b/test/integration/targets/pause/aliases index b59832142f..447c957881 100644 --- a/test/integration/targets/pause/aliases +++ b/test/integration/targets/pause/aliases @@ -1 +1,2 @@ +setup/always/setup_pexpect shippable/posix/group3 diff --git a/test/integration/targets/pause/runme.sh b/test/integration/targets/pause/runme.sh index 51016dd359..5b2038541b 100755 --- a/test/integration/targets/pause/runme.sh +++ b/test/integration/targets/pause/runme.sh @@ -25,5 +25,4 @@ ansible-playbook pause-3.yml -i ../../inventory > /dev/null \ ansible-playbook test-pause.yml -i ../../inventory "$@" # Interactively test pause -pip install pexpect python test-pause.py -i ../../inventory "$@" |