mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Run vyos_command Network tests in Shippable (#24514)
* Run VyOS Network tests in Shippable * net_command no longer exists * network/ci * Disable other network tests * pep8 fix * Fix PEP 8 issue.
This commit is contained in:
parent
e56c418d9d
commit
e9e2d67035
30 changed files with 14 additions and 505 deletions
|
@ -320,6 +320,7 @@ def network_inventory(remotes):
|
|||
ansible_user=remote.connection.username,
|
||||
ansible_ssh_private_key_file=remote.ssh_key.key,
|
||||
ansible_network_os=remote.platform,
|
||||
ansible_connection='local'
|
||||
)
|
||||
|
||||
groups[remote.platform].append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue