Commit 6c6788a0 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

End-to-end test - L2 VPN gNMI OpenConfig:

- Fixed L2VPN descriptor
parent 7aab9fd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
            "site": [
                {
                    "site-id": "site_DC1",
                    "management": {"type": "ietf-l2vpn-svc:customer-managed"},
                    "management": {"type": "ietf-l2vpn-svc:provider-managed"},
                    "locations": {"location": [{"location-id": "DC1"}]},
                    "devices": {"device": [{"device-id": "dc1", "location": "DC1"}]},
                    "default-ce-vlan-id": 1,
@@ -47,7 +47,7 @@
                },
                {
                    "site-id": "site_DC2",
                    "management": {"type": "ietf-l2vpn-svc:customer-managed"},
                    "management": {"type": "ietf-l2vpn-svc:provider-managed"},
                    "locations": {"location": [{"location-id": "DC2"}]},
                    "devices": {"device": [{"device-id": "dc2", "location": "DC2"}]},
                    "default-ce-vlan-id": 1,