Cleanup deprecation warnings in bgp/extensions/l3vpn
[bgpcep.git] / bgp / extensions / l3vpn / src / test / java / org / opendaylight / protocol / bgp / l3vpn / mcast / L3vpnMcastIpv6RIBSupportTest.java
1 /*
2  * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 package org.opendaylight.protocol.bgp.l3vpn.mcast;
9
10 import static org.junit.Assert.assertEquals;
11 import static org.junit.Assert.assertFalse;
12 import static org.junit.Assert.assertNull;
13 import static org.junit.Assert.assertTrue;
14
15 import com.google.common.collect.ImmutableSet;
16 import java.util.Collection;
17 import java.util.Collections;
18 import java.util.Map;
19 import org.junit.Test;
20 import org.opendaylight.mdsal.binding.spec.reflect.BindingReflections;
21 import org.opendaylight.protocol.bgp.rib.spi.AbstractRIBSupportTest;
22 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix;
23 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix;
24 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.bgp.rib.rib.loc.rib.tables.routes.L3vpnMcastRoutesIpv6Case;
25 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.bgp.rib.rib.loc.rib.tables.routes.L3vpnMcastRoutesIpv6CaseBuilder;
26 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.destination.L3vpnMcastDestination;
27 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.destination.L3vpnMcastDestinationBuilder;
28 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes.L3vpnMcastRoute;
29 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes.L3vpnMcastRouteBuilder;
30 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes.L3vpnMcastRouteKey;
31 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes.ipv6.L3vpnMcastRoutesIpv6;
32 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.routes.ipv6.L3vpnMcastRoutesIpv6Builder;
33 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.update.attributes.mp.reach.nlri.advertized.routes.destination.type.DestinationL3vpnMcastIpv6AdvertizedCase;
34 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.update.attributes.mp.reach.nlri.advertized.routes.destination.type.DestinationL3vpnMcastIpv6AdvertizedCaseBuilder;
35 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.l3vpn.mcast.ipv6.advertized._case.DestinationIpv6L3vpnMcastBuilder;
36 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.DestinationL3vpnMcastIpv6WithdrawnCase;
37 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.DestinationL3vpnMcastIpv6WithdrawnCaseBuilder;
38 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.PathId;
39 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.Update;
40 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.Attributes1;
41 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.Attributes2;
42 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.tables.Attributes;
43 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.tables.Routes;
44 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.RdIpv4;
45 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.RouteDistinguisher;
46 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
47 import org.opendaylight.yangtools.yang.common.Uint32;
48 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
49 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier;
50 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates;
51 import org.opendaylight.yangtools.yang.data.api.schema.ContainerNode;
52 import org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode;
53 import org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNode;
54 import org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidates;
55
56 public class L3vpnMcastIpv6RIBSupportTest extends AbstractRIBSupportTest<L3vpnMcastRoutesIpv6Case, L3vpnMcastRoutesIpv6,
57         L3vpnMcastRoute, L3vpnMcastRouteKey> {
58     private static final PathId PATH_ID = new PathId(Uint32.ZERO);
59     private static final IpPrefix IPV6_PREFIX = new IpPrefix(new Ipv6Prefix("2001:db8:1:1::/64"));
60     private static final RouteDistinguisher RD = new RouteDistinguisher(new RdIpv4("1.2.3.4:258"));
61     private static final L3vpnMcastRouteKey ROUTE_KEY
62             = new L3vpnMcastRouteKey(PATH_ID, "gAABAQIDBAECQCABDbgAAQABAAAAAAAAAA==");
63     private static final L3vpnMcastRoute ROUTE = new L3vpnMcastRouteBuilder()
64             .setRouteKey(ROUTE_KEY.getRouteKey())
65             .setPathId(ROUTE_KEY.getPathId())
66             .setAttributes(ATTRIBUTES)
67             .setRouteDistinguisher(RD)
68             .setPrefix(IPV6_PREFIX)
69             .build();
70     private static final L3vpnMcastRoutesIpv6 MCAST_L3VPN_ROUTES
71             = new L3vpnMcastRoutesIpv6Builder().setL3vpnMcastRoute(Map.of(ROUTE.key(), ROUTE)).build();
72
73     private static final L3vpnMcastDestination MCAST_L3VPN_DESTINATION = new L3vpnMcastDestinationBuilder()
74             .setRouteDistinguisher(RD)
75             .setPrefix(IPV6_PREFIX)
76             .setPathId(PATH_ID)
77             .build();
78     private static final DestinationL3vpnMcastIpv6AdvertizedCase REACH_NLRI
79             = new DestinationL3vpnMcastIpv6AdvertizedCaseBuilder()
80             .setDestinationIpv6L3vpnMcast(new DestinationIpv6L3vpnMcastBuilder()
81                     .setL3vpnMcastDestination(Collections.singletonList(MCAST_L3VPN_DESTINATION)).build()).build();
82     private static final DestinationL3vpnMcastIpv6WithdrawnCase UNREACH_NLRI
83             = new DestinationL3vpnMcastIpv6WithdrawnCaseBuilder()
84             .setDestinationIpv6L3vpnMcast(new org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp
85                     .l3vpn.mcast.rev180417.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
86                     .destination.l3vpn.mcast.ipv6.withdrawn._case.DestinationIpv6L3vpnMcastBuilder()
87                     .setL3vpnMcastDestination(Collections.singletonList(MCAST_L3VPN_DESTINATION)).build()).build();
88
89     private L3VpnMcastIpv6RIBSupport ribSupport;
90
91     @Override
92     public void setUp() throws Exception {
93         super.setUp();
94         ribSupport = L3VpnMcastIpv6RIBSupport.getInstance(this.adapter.currentSerializer());
95         setUpTestCustomizer(ribSupport);
96     }
97
98     @Test
99     public void testDeleteRoutes() {
100         final ContainerNode withdraw = createNlriWithDrawnRoute(UNREACH_NLRI);
101         this.ribSupport.deleteRoutes(this.tx, getTablePath(), withdraw);
102         final InstanceIdentifier<L3vpnMcastRoute> instanceIdentifier = this.deletedRoutes.get(0);
103         assertEquals(ROUTE_KEY, instanceIdentifier.firstKeyOf(L3vpnMcastRoute.class));
104     }
105
106     @Test
107     public void testPutRoutes() {
108         this.ribSupport.putRoutes(this.tx, getTablePath(), createNlriAdvertiseRoute(REACH_NLRI), createAttributes());
109         final L3vpnMcastRoute route = (L3vpnMcastRoute) this.insertedRoutes.get(0).getValue();
110         assertEquals(ROUTE, route);
111     }
112
113
114     @Test
115     public void testEmptyRoute() {
116         assertEquals(createEmptyTable(), this.ribSupport.emptyTable());
117     }
118
119     @Test
120     public void testBuildMpUnreachNlriUpdate() {
121         final Collection<MapEntryNode> routes = createRoutes(MCAST_L3VPN_ROUTES);
122         final Update update = this.ribSupport.buildUpdate(Collections.emptyList(), routes, ATTRIBUTES);
123         assertEquals(UNREACH_NLRI, update.getAttributes().augmentation(Attributes2.class).getMpUnreachNlri()
124                 .getWithdrawnRoutes().getDestinationType());
125         assertNull(update.getAttributes().augmentation(Attributes1.class));
126     }
127
128     @Test
129     public void testBuildMpReachNlriUpdate() {
130         final Collection<MapEntryNode> routes = createRoutes(MCAST_L3VPN_ROUTES);
131         final Update update = this.ribSupport.buildUpdate(routes, Collections.emptyList(), ATTRIBUTES);
132         assertEquals(REACH_NLRI, update.getAttributes().augmentation(Attributes1.class).getMpReachNlri()
133                 .getAdvertizedRoutes().getDestinationType());
134         assertNull(update.getAttributes().augmentation(Attributes2.class));
135     }
136
137     @Test
138     public void testCacheableNlriObjects() {
139         assertEquals(ImmutableSet.of(L3vpnMcastRoutesIpv6Case.class), this.ribSupport.cacheableNlriObjects());
140     }
141
142     @Test
143     public void testCacheableAttributeObjects() {
144         assertEquals(ImmutableSet.of(), this.ribSupport.cacheableAttributeObjects());
145     }
146
147     @Test
148     public void testRouteIdAddPath() {
149         assertEquals(ROUTE_KEY, this.ribSupport.createRouteListKey(ROUTE_KEY.getPathId(),
150                 ROUTE_KEY.getRouteKey()));
151     }
152
153     @Test
154     public void testRoutePath() {
155         final NodeIdentifierWithPredicates prefixNii = createRouteNIWP(MCAST_L3VPN_ROUTES);
156         final YangInstanceIdentifier expected = getRoutePath().node(prefixNii);
157         final YangInstanceIdentifier actual = this.ribSupport.routePath(getTablePath(), prefixNii);
158         assertEquals(expected, actual);
159     }
160
161     @Test
162     public void testRouteAttributesIdentifier() {
163         assertEquals(new NodeIdentifier(Attributes.QNAME.bindTo(
164             BindingReflections.getQNameModule(L3vpnMcastRoutesIpv6Case.class))),
165             this.ribSupport.routeAttributesIdentifier());
166     }
167
168     @Test
169     public void testRoutesCaseClass() {
170         assertEquals(L3vpnMcastRoutesIpv6Case.class, this.ribSupport.routesCaseClass());
171     }
172
173     @Test
174     public void testRoutesContainerClass() {
175         assertEquals(L3vpnMcastRoutesIpv6.class, this.ribSupport.routesContainerClass());
176     }
177
178     @Test
179     public void testRoutesListClass() {
180         assertEquals(L3vpnMcastRoute.class, this.ribSupport.routesListClass());
181     }
182
183     @Test
184     public void testChangedRoutes() {
185         final Routes emptyCase = new L3vpnMcastRoutesIpv6CaseBuilder().build();
186         DataTreeCandidateNode tree = DataTreeCandidates.fromNormalizedNode(getRoutePath(),
187                 createRoutes(emptyCase)).getRootNode();
188         assertTrue(this.ribSupport.changedRoutes(tree).isEmpty());
189
190         final Routes emptyRoutes
191                 = new L3vpnMcastRoutesIpv6CaseBuilder()
192                 .setL3vpnMcastRoutesIpv6(new L3vpnMcastRoutesIpv6Builder().build()).build();
193         tree = DataTreeCandidates.fromNormalizedNode(getRoutePath(), createRoutes(emptyRoutes)).getRootNode();
194         assertTrue(this.ribSupport.changedRoutes(tree).isEmpty());
195
196         final Routes routes = new L3vpnMcastRoutesIpv6CaseBuilder().setL3vpnMcastRoutesIpv6(MCAST_L3VPN_ROUTES).build();
197         tree = DataTreeCandidates.fromNormalizedNode(getRoutePath(), createRoutes(routes)).getRootNode();
198         final Collection<DataTreeCandidateNode> result = this.ribSupport.changedRoutes(tree);
199         assertFalse(result.isEmpty());
200     }
201 }