use of org.opendaylight.protocol.rsvp.parser.impl.RSVPActivator in project bgpcep by opendaylight.
the class LinkstateAttributeParserTest method setUp.
@Before
public final void setUp() {
this.context = new SimpleRSVPExtensionProviderContext();
this.rsvpActivator = new RSVPActivator();
this.rsvpActivator.start(this.context);
this.parser = new LinkstateAttributeParser(false, this.context.getRsvpRegistry());
}
use of org.opendaylight.protocol.rsvp.parser.impl.RSVPActivator in project bgpcep by opendaylight.
the class TEObjectTest method setUp.
@Before
public void setUp() {
this.act = new RSVPActivator();
this.context = new SimpleRSVPExtensionProviderContext();
this.act.start(this.context);
}
Aggregations