arp-table test module order (#8119)

This commit is contained in:
Tony Murray 2018-01-21 09:50:05 -06:00 committed by GitHub
parent dc0c4ac276
commit 6a29762690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 9 deletions

View File

@ -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
}
]

View File

@ -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
}
]
},

View File

@ -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]