Search in sources :

Example 1 with DeviceMeterRegistry

use of org.opendaylight.openflowplugin.api.openflow.registry.meter.DeviceMeterRegistry in project openflowplugin by opendaylight.

the class DeviceContextImplTest method testGetDeviceMeterRegistry.

@Test
public void testGetDeviceMeterRegistry() {
    final DeviceMeterRegistry deviceMeterRegistry = deviceContext.getDeviceMeterRegistry();
    assertNotNull(deviceMeterRegistry);
}
Also used : DeviceMeterRegistry(org.opendaylight.openflowplugin.api.openflow.registry.meter.DeviceMeterRegistry) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 DeviceMeterRegistry (org.opendaylight.openflowplugin.api.openflow.registry.meter.DeviceMeterRegistry)1