mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add missing scp dependency for ios_file tests (#56956)
This was required to be installed by a human, out side of our testing. Add it so ansible-test can now manage. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
committed by
Nilashish Chakraborty
parent
94e007ed77
commit
6f1ff8eb8e
@@ -4,6 +4,7 @@ junit-xml
|
|||||||
paramiko
|
paramiko
|
||||||
pyyaml
|
pyyaml
|
||||||
pexpect # for _user test
|
pexpect # for _user test
|
||||||
|
scp # for Cisco ios
|
||||||
selectors2 # for ncclient
|
selectors2 # for ncclient
|
||||||
ncclient # for Junos
|
ncclient # for Junos
|
||||||
jxmlease # for Junos
|
jxmlease # for Junos
|
||||||
|
|||||||
Reference in New Issue
Block a user