From 262cf5911168c6d312c5dd35d29a139bac2b9280 Mon Sep 17 00:00:00 2001 From: Michael Bear <38406045+mjbear@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:20:30 -0400 Subject: [PATCH] fix IP address typo in obfuscated test data --- .../show_lldp_neighbors-info_detail_issue1453.raw | 3 ++- .../show_lldp_neighbors-info_detail_issue1453.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.raw b/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.raw index ec6e94444a..8339362972 100644 --- a/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.raw +++ b/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.raw @@ -1,3 +1,4 @@ +SWITCH-NAME# show lldp neighbor-info detail -------------------------------------------------------------------------------- LLDP Neighbor Information ========================= @@ -17,7 +18,7 @@ Neighbor Entries Aged-Out : 0 Neighbor System-Name : SYSNAME_TEXT Neighbor System-Description : ArubaOS (MODEL: 503H), Version Aruba AP Neighbor Chassis-ID : xx:xx:xx:xx:xx:xx -Neighbor Management-Address : 12.3123.123.123 +Neighbor Management-Address : 123.123.123.123 Chassis Capabilities Available : Bridge, WLAN Chassis Capabilities Enabled : WLAN Neighbor Port-ID : xx:xx:xx:xx:xx:xx diff --git a/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.yml b/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.yml index 2b8cd4e5f5..5975d24c1a 100644 --- a/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.yml +++ b/tests/aruba_aoscx/show_lldp_neighbors-info_detail/show_lldp_neighbors-info_detail_issue1453.yml @@ -4,7 +4,7 @@ parsed_sample: capabilities_supported: "Bridge, WLAN" chassis_id: "xx:xx:xx:xx:xx:xx" local_interface: "1/1/10" - mgmt_address: "12.3123.123.123" + mgmt_address: "123.123.123.123" neighbor_description: "ArubaOS (MODEL: 503H), Version Aruba AP" neighbor_interface: "eth0" neighbor_name: "SYSNAME_TEXT"