iosxr_logging implementation module (#26886)

* iosxr_logging implementation module

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

* iosxr_logging integration test

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha
2017-07-17 17:20:22 +05:30
committed by GitHub
parent 6a71d6fa2e
commit e5c2e1b7be
9 changed files with 572 additions and 1 deletions

View File

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