From 96c2375692bcc7e9d58dd35226c7da8fef8c7fb8 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Thu, 8 Nov 2018 17:05:54 -0500 Subject: 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 --- test/integration/targets/pause/aliases | 1 + 1 file changed, 1 insertion(+) (limited to 'test/integration/targets/pause/aliases') 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 -- cgit v1.2.1