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);
}
Aggregations