summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml
diff options
context:
space:
mode:
authorGanesh Nalawade <ganesh634@gmail.com>2018-01-08 17:58:47 +0530
committerGitHub <noreply@github.com>2018-01-08 17:58:47 +0530
commit1c8c51d05c1ca5b77da41aed5871d83b6a225813 (patch)
tree285dc2302a13a0c84a77956f4daa89b6a64549a7 /test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml
parent5e6b2495c045961b73a11a31b71b971c16bea9c7 (diff)
downloadansible-1c8c51d05c1ca5b77da41aed5871d83b6a225813.tar.gz
Fix junos integration failures (#34571)
* Add connection=netconf in individual roles for modules that run using netconf connection plugin * Add connection=network_cli for junos_netconf and junos_command at applicable places
Diffstat (limited to 'test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml')
-rw-r--r--test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml b/test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml
index 292709b516..0d912a9ef8 100644
--- a/test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml
+++ b/test/integration/targets/junos_command/tests/netconf_json/lessthan.yaml
@@ -1,5 +1,5 @@
---
-- debug: msg="START netconf_json/lessthan.yaml"
+- debug: msg="START netconf_json/lessthan.yaml on connection={{ ansible_connection }}"
- name: test lt operator
junos_command:
@@ -35,4 +35,4 @@
- "result.stdout is defined"
- "result.stdout_lines is defined"
-- debug: msg="END netconf_json/lessthan.yaml"
+- debug: msg="END netconf_json/lessthan.yaml on connection={{ ansible_connection }}"