vyos_logging implementation module (#26654)

* vyos_logging implementation module

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* vyos_logging integration test

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha
2017-07-12 15:54:19 +05:30
committed by GitHub
parent 4ef47fe6c9
commit 2f60f97ee3
8 changed files with 534 additions and 0 deletions

View File

@@ -2,3 +2,6 @@
- include: "{{ role_path }}/tests/eos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
- include: "{{ role_path }}/tests/vyos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'