96c2375692
* 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
6 lines
115 B
Bash
Executable file
6 lines
115 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
# Interactively test vars_prompt
|
|
python test-vars_prompt.py -i ../../inventory "$@"
|