summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/lldp_interfaces_running.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fixtures/lldp_interfaces_running.json')
-rw-r--r--tests/unit/fixtures/lldp_interfaces_running.json26
1 files changed, 11 insertions, 15 deletions
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"
}
}
}