diff --git a/napalm/iosxr/iosxr.py b/napalm/iosxr/iosxr.py index 83980ede8..3ccd61766 100644 --- a/napalm/iosxr/iosxr.py +++ b/napalm/iosxr/iosxr.py @@ -807,7 +807,11 @@ def get_lldp_neighbors_detail(self, interface=""): lldp_neighbors = {} - rpc_command = "" + rpc_command = ( + "" + "" + "" + ) result_tree = ETREE.fromstring(self.device.make_rpc_call(rpc_command)) diff --git a/test/iosxr/mocked_data/test_get_lldp_neighbors_detail/normal/_Get__Operational__LLDP___LLDP___Operational___Get_.txt b/test/iosxr/mocked_data/test_get_lldp_neighbors_detail/normal/_Get__Operational__LLDP__NodeTable___NodeTable___LLDP___Operational___Get_.txt similarity index 100% rename from test/iosxr/mocked_data/test_get_lldp_neighbors_detail/normal/_Get__Operational__LLDP___LLDP___Operational___Get_.txt rename to test/iosxr/mocked_data/test_get_lldp_neighbors_detail/normal/_Get__Operational__LLDP__NodeTable___NodeTable___LLDP___Operational___Get_.txt