nxos: merge nxapi/cli tests - vrf_interface, vrrp, vtp_domain, vtp_password, vtp_version, vtep (#28242)

* refactor nxos_vrf_interface

* refactor nxos_vrrp

* refactor nxos_vtp_domain

* refactor nxos_vtp_password

* refactor nxos_vtp_version

* refactor nxos_vxlan_vtep
This commit is contained in:
David Newswanger 2017-08-17 04:44:10 -04:00 committed by Trishna Guha
commit e7a78f4328
24 changed files with 202 additions and 152 deletions

View file

@ -1,4 +0,0 @@
---
- set_fact: connection="{{ cli }}"
- import_tasks: targets/nxos_vrf_interface/tests/common/sanity.yaml

View file

@ -1,4 +0,0 @@
---
- set_fact: connection="{{ nxapi }}"
- import_tasks: targets/nxos_vrf_interface/tests/common/sanity.yaml