ansible/test/integration/targets/vars_prompt/runme.sh
Sam Doran 96c2375692
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
2018-11-08 17:05:54 -05:00

6 lines
115 B
Bash
Executable file

#!/usr/bin/env bash
set -eux
# Interactively test vars_prompt
python test-vars_prompt.py -i ../../inventory "$@"