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 27942d937f)
pull/40254/head
John R Barker 7 years ago committed by GitHub
parent affbab8e3f
commit 4924398e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,3 +3,6 @@ jinja2
junit-xml
paramiko
pyyaml
pexpect # for _user test
ncclient # for Junos
jxmlease # for Junos

Loading…
Cancel
Save