From a5fbed02fcd4a98845d1510be322d4404cfbd1e8 Mon Sep 17 00:00:00 2001 From: omnom62 <75066712+omnom62@users.noreply.github.com> Date: Fri, 11 Sep 2026 21:43:10 +1000 Subject: T8989: lldp interfaces dict op (#36) * T8989: lldp_interfaces dict_op refactor --- tests/unit/fixtures/lldp_interfaces_running.json | 26 ++++++++++-------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'tests/unit/fixtures') diff --git a/tests/unit/fixtures/lldp_interfaces_running.json b/tests/unit/fixtures/lldp_interfaces_running.json index 905a88d..058b365 100644 --- a/tests/unit/fixtures/lldp_interfaces_running.json +++ b/tests/unit/fixtures/lldp_interfaces_running.json @@ -1,19 +1,15 @@ { - "interface": { - "eth0": { - "location": { - "elin": "1234567890" - }, - "mode": "disable" - }, - "eth1": { - "location": { - "coordinate-based": { - "altitude": "2200", - "datum": "WGS84", - "latitude": "33.524449N", - "longitude": "22.267255E" - } + "eth0": { + "mode": "disable", + "location": { "elin": "1234567890" } + }, + "eth1": { + "location": { + "coordinate-based": { + "latitude": "33.524449N", + "longitude": "22.267255E", + "altitude": "2200", + "datum": "WGS84" } } } -- cgit v1.2.3