Add VyOS integration tests for net_linkagg (#26478)

This commit is contained in:
Ricardo Carrillo Cruz
2017-07-06 11:25:15 +02:00
committed by GitHub
parent 8b0e052b88
commit c6c5c6cf81
8 changed files with 218 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
---
- include: "{{ role_path }}/tests/vyos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'