remove replace config test (#27953)

remove replace config eos_config test
pull/27994/head
Trishna Guha 7 years ago committed by GitHub
parent 0f77afbd60
commit a005ca035d

@ -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…
Cancel
Save