summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml
diff options
context:
space:
mode:
authorGanesh Nalawade <ganesh634@gmail.com>2019-09-16 12:17:27 +0530
committerGitHub <noreply@github.com>2019-09-16 12:17:27 +0530
commita9a5f4e40dab088c6abbfcb5be2274e47ffacb72 (patch)
tree229cadb033b3d3618a35f4fda536c639499a7483 /test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml
parent4de3e2b44049098f007f75728707ef00b5bdf97e (diff)
downloadansible-a9a5f4e40dab088c6abbfcb5be2274e47ffacb72.tar.gz
Change enable to enabled for junos_interfaces module (#62321)
Fixes #62319 Change `enable` option to `enabled` in junos_interfaces and junos_lldp_interfaces data model to be in sync with other network platform resource modules added in 2.9 version.
Diffstat (limited to 'test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml')
-rw-r--r--test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml b/test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml
index 92425ddb20..9752693163 100644
--- a/test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml
+++ b/test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml
@@ -25,14 +25,14 @@
expected_revert_output:
- name: ge-0/0/1
- name: ge-0/0/2
- enable: False
+ enabled: False
- name: Apply the provided configuration (base config)
junos_lldp_interfaces:
config:
- name: ge-0/0/1
- name: ge-0/0/2
- enable: False
+ enabled: False
state: merged
register: base_config