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
This commit is contained in:
parent
a199c9b04f
commit
27942d937f
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@ jinja2
|
||||||
junit-xml
|
junit-xml
|
||||||
paramiko
|
paramiko
|
||||||
pyyaml
|
pyyaml
|
||||||
|
pexpect # for _user test
|
||||||
|
ncclient # for Junos
|
||||||
|
jxmlease # for Junos
|
||||||
|
|
Loading…
Reference in a new issue