From 27942d937f8a4ff6f2e05fe8d989949d8eb50d72 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sat, 12 May 2018 10:13:26 +0100 Subject: [PATCH] Network requirements to be installed by ansible-test (#40042) Previously the test framework (DCI, Zuul) were installing the various dependencies, this meant the list of what was required was duplicated. Having everything defined in ansible-test makes it easier for people to run tests locally. Also this allows the test to work correctly on Python 2 & Python 3 --- test/runner/requirements/network-integration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runner/requirements/network-integration.txt b/test/runner/requirements/network-integration.txt index 846d3ede9b3..0b0429b55a6 100644 --- a/test/runner/requirements/network-integration.txt +++ b/test/runner/requirements/network-integration.txt @@ -3,3 +3,6 @@ jinja2 junit-xml paramiko pyyaml +pexpect # for _user test +ncclient # for Junos +jxmlease # for Junos