summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2018-01-05 12:39:04 -0500
committerGitHub <noreply@github.com>2018-01-05 12:39:04 -0500
commitc371ed8d30423916d6349ad906cc8f53ed88081f (patch)
tree0a70d6da0b08245f51f875bd274d656e1348531b /test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml
parenta0ad7ffedf3d124c88c4d746c88973013fb915f8 (diff)
downloadansible-c371ed8d30423916d6349ad906cc8f53ed88081f.tar.gz
nxos tests to use network_cli (#34474)
* Fix over-byte * Fix nxos_l2_interface docs * Update connections for tasks * Add default ssh port * Only report provider when using connection=local * Send empty provider when connection=network_cli * Fix find tasks
Diffstat (limited to 'test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml')
-rw-r--r--test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml b/test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml
index 70d55c323d..8d463d3695 100644
--- a/test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml
+++ b/test/integration/targets/nxos_acl_interface/tests/common/sanity.yaml
@@ -1,5 +1,7 @@
---
-- debug: msg="START TRANSPORT:{{ connection.transport}} nxos_acl_interface sanity test"
+- debug: msg="START connection={{ ansible_connection }} nxos_acl_interface sanity test"
+- debug: msg="Using provider={{ connection.transport }}"
+ when: ansible_connection == "local"
# Select interface for test
- set_fact: intname="{{ nxos_int1 }}"
@@ -115,4 +117,4 @@
ignore_errors: yes
always:
- - debug: msg="END TRANSPORT:{{ connection.transport}} nxos_acl_interface sanity test"
+ - debug: msg="END connection={{ ansible_connection }} nxos_acl_interface sanity test"