Search in sources :

Example 1 with DeviceGroupRegistry

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);
}
Also used : DeviceGroupRegistry(org.opendaylight.openflowplugin.api.openflow.registry.group.DeviceGroupRegistry) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 DeviceGroupRegistry (org.opendaylight.openflowplugin.api.openflow.registry.group.DeviceGroupRegistry)1