ios_vlan DI module (#32490)

* ios_vlan DI module

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

* Integration test

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

* comment out testcases since the image is not available in dci

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

* add aggregate test

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha
2017-11-14 05:50:17 +00:00
committed by GitHub
parent 1360ae6518
commit a17244f896
7 changed files with 530 additions and 0 deletions

View File

@@ -103,6 +103,15 @@
failed_modules: "{{ failed_modules }} + [ 'ios_ping' ]"
test_failed: true
# - block:
# - include_role:
# name: ios_vlan
# when: "limit_to in ['*', 'ios_vlan']"
# rescue:
# - set_fact:
# failed_modules: "{{ failed_modules }} + [ 'ios_vlan' ]"
# test_failed: true
###########
- debug: var=failed_modules
when: test_failed