use of org.opendaylight.openflowplugin.api.openflow.registry.group.DeviceGroupRegistry in project openflowplugin by opendaylight.
the class DeviceContextImplTest method testGetDeviceGroupRegistry.
@Test
public void testGetDeviceGroupRegistry() {
final DeviceGroupRegistry deviceGroupRegistry = deviceContext.getDeviceGroupRegistry();
assertNotNull(deviceGroupRegistry);
}
Aggregations