ios test changes (#35510)

* Fix over-byte

* Update ios tests to call `provider`

To continue to support testing `connection: local`

* Fix command dict handling in ios_user

* Clean up unit tests, too
This commit is contained in:
Nathaniel Case 2018-02-02 09:50:15 -05:00 committed by GitHub
commit f3337e1fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 240 additions and 243 deletions

View file

@ -9,7 +9,7 @@
dest: host
name: 172.16.0.1
state: absent
authorize: yes
provider: "{{ cli }}"
- name: Set up host logging using platform agnostic module
net_logging:
@ -17,7 +17,7 @@
name: 172.16.0.1
facility: local7
state: present
authorize: yes
provider: "{{ cli }}"
register: result
- assert:
@ -31,6 +31,6 @@
dest: host
name: 172.16.0.1
state: absent
authorize: yes
provider: "{{ cli }}"
- debug: msg="END ios cli/net_logging.yaml on connection={{ ansible_connection }}"