Fix platform agnostic net_user integration test fail (#25649)

* Fix platform agnostic net_user integration test fail

* Fix minor issue in eos integration test
This commit is contained in:
Ganesh Nalawade 2017-06-13 18:12:42 +05:30 committed by GitHub
parent f65ced0438
commit 343a709800
2 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,6 @@
- { role: eos_facts, when: "limit_to in ['*', 'eos_facts']" }
- { role: eos_eapi, debug: yes, when: "limit_to in ['*', 'eos_eapi']" }
- { role: eos_system, debug: yes, when: "limit_to in ['*', 'eos_system']" }
- { role: eos_user, when: "limit_to in ['*', eos_user']" }
- { role: eos_user, when: "limit_to in ['*', 'eos_user']" }
- { role: eos_vlan, debug: yes, when: "limit_to in ['*', 'eos_vlan']" }
- { role: eos_vrf, debug: yes, when: "limit_to in ['*', 'eos_vrf']" }

View file

@ -11,6 +11,6 @@
- { role: net_system, when: "limit_to in ['*', 'net_system']" }
- { role: net_banner, when: "limit_to in ['*', 'net_banner']" }
- { role: net_command, when: "limit_to in ['*', 'net_command']" }
- { role: net_user, when: "limit_to_in ['*', 'net_user']" }
- { role: net_user, when: "limit_to in ['*', 'net_user']" }
- { role: net_vlan, when: "limit_to in ['*', 'net_vlan']" }
- { role: net_vrf, when: "limit_to_in ['*', 'net_vrf']" }
- { role: net_vrf, when: "limit_to in ['*', 'net_vrf']" }