IOS XR cli tests move to network_cli (#34007)

* Update task definitions for network_cli

* Add connection to debug messages

* Specify connection for prepare task

* pc won't be around for connection=network_cli

* Assorted Python 3 fixes

* Give default port if ansible_ssh_port missing

* delegate -> connection

* Extend error regex
This commit is contained in:
Nathaniel Case 2017-12-20 11:26:09 -05:00 committed by GitHub
commit 2e76c89910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 154 additions and 107 deletions

View file

@ -1,5 +1,5 @@
---
- debug: msg="START iosxr_netconf cli/basic.yaml"
- debug: msg="START iosxr_netconf cli/basic.yaml on connection={{ ansible_connection }}"
- name: Disable NetConf service
iosxr_netconf: &disable_netconf
@ -66,4 +66,4 @@
- name: Disable Netconf service
iosxr_netconf: *disable_netconf
- debug: msg="END iosxr_netconf cli/basic.yaml"
- debug: msg="END iosxr_netconf cli/basic.yaml on connection={{ ansible_connection }}"