summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_vtp_password/tests/common/sanity.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/nxos_vtp_password/tests/common/sanity.yaml')
-rw-r--r--test/integration/targets/nxos_vtp_password/tests/common/sanity.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/integration/targets/nxos_vtp_password/tests/common/sanity.yaml b/test/integration/targets/nxos_vtp_password/tests/common/sanity.yaml
index b35a876dc3..ac02691c4c 100644
--- a/test/integration/targets/nxos_vtp_password/tests/common/sanity.yaml
+++ b/test/integration/targets/nxos_vtp_password/tests/common/sanity.yaml
@@ -1,5 +1,7 @@
---
-- debug: msg="START TRANSPORT:{{ connection.transport }} nxos_vtp_password sanity test"
+- debug: msg="START connection={{ ansible_connection }} nxos_vtp_password sanity test"
+- debug: msg="Using provider={{ connection.transport }}"
+ when: ansible_connection == "local"
- block:
- name: enable feature vtp
@@ -54,4 +56,4 @@
state: disabled
provider: "{{ connection }}"
-- debug: msg="END TRANSPORT:{{ connection.transport }} nxos_vtp_password sanity test"
+- debug: msg="END connection={{ ansible_connection }} nxos_vtp_password sanity test"