summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2026-09-13 07:24:59 +1000
committerGitHub <noreply@github.com>2026-09-13 07:24:59 +1000
commite43ce307612ed2a9c7a25400f8884f389f712153 (patch)
treed8c17088f11ddec28ff810449ac4c048e2a6588d /tests/unit/fixtures
parent023ad68d85b2e2457929a8345defdbd36cc27c08 (diff)
parenta5fbed02fcd4a98845d1510be322d4404cfbd1e8 (diff)
downloadrest.vyos-t8989_vyos_vrf.tar.gz
rest.vyos-t8989_vyos_vrf.zip
Merge branch 'main' into t8989_vyos_vrft8989_vyos_vrf
Diffstat (limited to 'tests/unit/fixtures')
-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"
}
}
}