Commit 2e1beccf authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

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

- Fixed L2VPN descriptor
parent 76a5da98
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -5,7 +5,12 @@
                "vpn-id": "ietf-l2vpn-svc",
                "vpn-svc-type": "vpws",
                "svc-topo": "any-to-any",
                "customer-name": "somebody"
                "customer-name": "somebody",
                "ce-vlan-preservation": true,
                "ce-vlan-cos-preservation": true,
                "frame-delivery": {
                    "multicast-gp-port-mapping": "ietf-l2vpn-svc:static-mapping"
                }
            }
        ]},
        "sites": {
@@ -15,6 +20,7 @@
                    "management": {"type": "ietf-l2vpn-svc:provider-managed"},
                    "locations": {"location": [{"location-id": "DC1"}]},
                    "devices": {"device": [{"device-id": "dc1", "location": "DC1"}]},
                    "default-ce-vlan-id": 1,
                    "site-network-accesses": {
                        "site-network-access": [
                            {
@@ -42,6 +48,7 @@
                    "management": {"type": "ietf-l2vpn-svc:provider-managed"},
                    "locations": {"location": [{"location-id": "DC2"}]},
                    "devices": {"device": [{"device-id": "dc2", "location": "DC2"}]},
                    "default-ce-vlan-id": 1,
                    "site-network-accesses": {
                        "site-network-access": [
                            {