From a9a5f4e40dab088c6abbfcb5be2274e47ffacb72 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Mon, 16 Sep 2019 12:17:27 +0530 Subject: 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. --- test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/integration/targets/junos_lldp_interfaces/tests/netconf/rtt.yaml') 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 -- cgit v1.2.1