mirror of https://github.com/ansible/ansible.git
Update ansible-test network test provisioning. (#68220)
* Update network provisioning defaults. * Update network test requirements.pull/68298/head
parent
5159457ba1
commit
41f6c73be0
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test provisioning of network devices for ``network-integration`` has been updated to use collections.
|
@ -1,6 +1 @@
|
||||
pexpect # for _user test
|
||||
scp # for Cisco ios
|
||||
selectors2 # for ncclient
|
||||
ncclient # for Junos
|
||||
jxmlease # for Junos
|
||||
xmltodict # for Junos
|
||||
scp # needed by incidental_ios_file
|
||||
|
@ -1,2 +1,2 @@
|
||||
ios/csr1000v connection=network_cli
|
||||
vyos/1.1.8 connection=local
|
||||
ios/csr1000v collection=cisco.ios connection=ansible.netcommon.network_cli
|
||||
vyos/1.1.8 collection=vyos.vyos connection=ansible.netcommon.network_cli
|
||||
|
Loading…
Reference in New Issue