summaryrefslogtreecommitdiff
path: root/test/integration/targets/expect
diff options
context:
space:
mode:
authorAndrea Tartaglia <me@andreatartaglia.com>2017-07-07 22:11:53 +0100
committerMatt Clay <matt@mystile.com>2017-07-07 14:11:53 -0700
commit0d48732e7e226041ee3a3a5dc1b4fb1ed8ec2aa3 (patch)
tree0924235a44978dc9857170be8fd0e05e63ef528e /test/integration/targets/expect
parent294c0f91c079267acb48927663dd2bacca3d88cb (diff)
downloadansible-0d48732e7e226041ee3a3a5dc1b4fb1ed8ec2aa3.tar.gz
Integration tests requirements (#26545)
* Removed pexpect and jmespath requirement, install it in task directly * Removed passlib dependency
Diffstat (limited to 'test/integration/targets/expect')
-rw-r--r--test/integration/targets/expect/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/expect/tasks/main.yml b/test/integration/targets/expect/tasks/main.yml
index 7a54d84aef..6980192748 100644
--- a/test/integration/targets/expect/tasks/main.yml
+++ b/test/integration/targets/expect/tasks/main.yml
@@ -15,6 +15,10 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+- name: Install test requirements
+ pip:
+ name: pexpect
+ state: present
- name: record the test_command file
set_fact: test_command_file={{output_dir | expanduser}}/test_command.py