Provide Add Path support for all AFI/SAFI
[bgpcep.git] / bgp / rib-spi / src / test / java / org / opendaylight / protocol / bgp / rib / spi / PeerRoleUtilTest.java
index e38c3716cc207c50ce5d04fcb7d477f08067aabb..7a71a8875a250e4d7024d940fb4be022c1950e06 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.protocol.bgp.rib.spi;
 import static org.junit.Assert.assertEquals;
 
 import org.junit.Test;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev171207.PeerRole;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.PeerRole;
 
 public class PeerRoleUtilTest {
     @Test