diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-09-13 07:24:37 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-13 07:24:37 +1000 |
| commit | 046bd167fcf31b21373d1f799aba8a1483104e9e (patch) | |
| tree | feca1ca2a1a3023bdc01b9400c4d446b1d57fbff /tests/unit/fixtures/lldp_interfaces_running.json | |
| parent | 7fd31edd2f5d47d1bc8813149a60c1c8c09c444a (diff) | |
| parent | a5fbed02fcd4a98845d1510be322d4404cfbd1e8 (diff) | |
| download | rest.vyos-t8989_auth_methods.tar.gz rest.vyos-t8989_auth_methods.zip | |
Merge branch 'main' into t8989_auth_methodst8989_auth_methods
Diffstat (limited to 'tests/unit/fixtures/lldp_interfaces_running.json')
| -rw-r--r-- | tests/unit/fixtures/lldp_interfaces_running.json | 26 |
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" } } } |
