Fixes nxos_l2_interface tests (#34514)

* Update nxos tests that got missed in the first pass

* Add setup for setting interfaces to layer2
This commit is contained in:
Nathaniel Case
2018-01-05 17:01:45 -05:00
committed by GitHub
parent e9bb5da37e
commit c5d0b15160
25 changed files with 103 additions and 45 deletions

View File

@@ -1,5 +1,7 @@
---
- debug: msg="START {{ connection.transport }}/src_basic.yaml"
- debug: msg="START connection={{ ansible_connection }}/src_basic.yaml"
- debug: msg="Using provider={{ connection.transport }}"
when: ansible_connection == "local"
# Select interface for test
- set_fact: intname="{{ nxos_int1 }}"
@@ -48,4 +50,4 @@
# https://github.com/ansible/ansible-modules-core/issues/4807
- "result.updates is not defined"
- debug: msg="END {{ connection.transport }}/src_basic.yaml"
- debug: msg="END connection={{ ansible_connection }}/src_basic.yaml"