remove replace config test (#27953)
remove replace config eos_config test
This commit is contained in:
parent
0f77afbd60
commit
a005ca035d
3 changed files with 0 additions and 18 deletions
|
@ -1,3 +0,0 @@
|
|||
vlan 50
|
||||
name foo
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
interface Ethernet2
|
||||
description test description from ansible
|
||||
shutdown
|
||||
|
|
@ -36,15 +36,4 @@
|
|||
# https://github.com/ansible/ansible-modules-core/issues/4807
|
||||
- "result.updates is not defined"
|
||||
|
||||
- name: check replace config with src
|
||||
eos_config:
|
||||
src: basic/vlan.j2
|
||||
replace: config
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
|
||||
- debug: msg="END cli/src_basic.yaml"
|
||||
|
|
Loading…
Reference in a new issue