Update eos, ios, vyos cliconf plugin (#42300)

* Update eos cliconf plugin methods

*  Refactor eos cliconf plugin
*  Changes in eos module_utils as per cliconf plugin refactor

* Fix unit test and sanity failures

* Fix review comment
This commit is contained in:
Ganesh Nalawade 2018-07-04 19:45:21 +05:30 committed by GitHub
parent 2aa81bf05d
commit c068b88b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 444 additions and 299 deletions

View file

@ -8,8 +8,8 @@
parents: interface Loopback911
become: yes
check_mode: 1
environment:
ANSIBLE_EOS_USE_SESSIONS: 1
vars:
ansible_eos_use_sessions: 1
register: result
ignore_errors: yes
@ -46,8 +46,8 @@
parents: interface Loopback911
become: yes
check_mode: 1
environment:
ANSIBLE_EOS_USE_SESSIONS: 0
vars:
ansible_eos_use_sessions: 0
register: result
ignore_errors: yes
@ -63,8 +63,8 @@
become: yes
check_mode: yes
register: result
environment:
ANSIBLE_EOS_USE_SESSIONS: 0
vars:
ansible_eos_use_sessions: 0
- assert:
that: