summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2018-05-16 15:25:44 +0100
committerGitHub <noreply@github.com>2018-05-16 15:25:44 +0100
commit4924398e0f54ec531ef43b96e4fe0fc7f87057d3 (patch)
treeef114f3a572424af7dbbb5383f7d11e41f17a423
parentaffbab8e3f6038297346c30f83dddd6f3e334eab (diff)
downloadansible-4924398e0f54ec531ef43b96e4fe0fc7f87057d3.tar.gz
Network requirements to be installed by ansible-test (#40042) (#40250)
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 (cherry picked from commit 27942d937f8a4ff6f2e05fe8d989949d8eb50d72)
-rw-r--r--test/runner/requirements/network-integration.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner/requirements/network-integration.txt b/test/runner/requirements/network-integration.txt
index 846d3ede9b..0b0429b55a 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