summaryrefslogtreecommitdiff
path: root/test/integration/targets/pause
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2018-11-08 17:05:54 -0500
committerGitHub <noreply@github.com>2018-11-08 17:05:54 -0500
commit96c2375692bcc7e9d58dd35226c7da8fef8c7fb8 (patch)
treefe2c792acafed1826b5036965970fa504bbb41f3 /test/integration/targets/pause
parentc13fa503a171601a01cfd4681c38124590cba54a (diff)
downloadansible-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/aliases1
-rwxr-xr-xtest/integration/targets/pause/runme.sh1
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 "$@"