diff --git a/tests/data/allied_alliedware.json b/tests/data/allied_alliedware.json index 72a9bbf945..e3ae0d5e20 100644 --- a/tests/data/allied_alliedware.json +++ b/tests/data/allied_alliedware.json @@ -10,8 +10,8 @@ "discovery": { "ipv4_mac": [ { - "mac_address": "00131929dd40", - "ipv4_address": "10.37.105.94", + "mac_address": "00900b2a11ad", + "ipv4_address": "10.37.105.100", "context_name": null }, { @@ -35,8 +35,8 @@ "context_name": null }, { - "mac_address": "00900b2a11ad", - "ipv4_address": "10.37.105.100", + "mac_address": "00131929dd40", + "ipv4_address": "10.37.105.94", "context_name": null } ] diff --git a/tests/data/awplus.json b/tests/data/awplus.json index 6181a1ed32..cdba05eb0a 100644 --- a/tests/data/awplus.json +++ b/tests/data/awplus.json @@ -14,6 +14,11 @@ "ipv4_address": "10.37.105.100", "context_name": null }, + { + "mac_address": "00900b2a11b0", + "ipv4_address": "10.37.105.254", + "context_name": null + }, { "mac_address": "0000cd3709b4", "ipv4_address": "172.16.1.2", @@ -28,11 +33,6 @@ "mac_address": "001aeb937aa6", "ipv4_address": "172.16.20.2", "context_name": null - }, - { - "mac_address": "00900b2a11b0", - "ipv4_address": "10.37.105.254", - "context_name": null } ] }, diff --git a/tests/module_tables.yaml b/tests/module_tables.yaml index 1be9051fe4..c67a37305d 100644 --- a/tests/module_tables.yaml +++ b/tests/module_tables.yaml @@ -9,6 +9,7 @@ applications: arp-table: ipv4_mac: excluded_fields: [device_id, port_id] + order_by: ipv4_mac.context_name, ipv4_mac.ipv4_address, ipv4_mac.mac_address bgp-peers: devices: included_fields: [bgpLocalAs]