Add missing integration test for eos_user (#25463)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-06-08 12:28:29 +05:30 committed by GitHub
parent 20bddde669
commit b1b68840be
8 changed files with 124 additions and 0 deletions

View file

@ -16,3 +16,4 @@
- { role: eos_eapi, debug: yes, when: "limit_to in ['*', 'eos_eapi']" }
- { role: eos_system, debug: yes, when: "limit_to in ['*', 'eos_system']" }
- { role: eos_vlan, debug: yes, when: "limit_to in ['*', 'eos_vlan']" }
- { role: eos_user, when: "limit_to in ['*', eos_user']" }