Remove usage of RpcBrokerImplModule from the config test 42/40542/1
authorMilos Fabian <milfabia@cisco.com>
Mon, 20 Jun 2016 11:37:38 +0000 (13:37 +0200)
committerMilos Fabian <milfabia@cisco.com>
Mon, 20 Jun 2016 11:40:23 +0000 (13:40 +0200)
The RpcBrokerImplModule was removed in https://git.opendaylight.org/gerrit/#/c/38281

Change-Id: Icf06be63df91896e7c4c4cae4bbbebf5d424ecb8
Signed-off-by: Milos Fabian <milfabia@cisco.com>
programming/impl/src/test/java/org/opendaylight/controller/config/yang/programming/impl/AbstractInstructionSchedulerTest.java

index 8cad7516e57b41d249599e96af6b383e1fbc2497..26113bc676c675a94399bd08925a0685cb3d5ffa 100644 (file)
@@ -54,7 +54,6 @@ import org.opendaylight.controller.config.yang.md.sal.binding.impl.BindingBroker
 import org.opendaylight.controller.config.yang.md.sal.binding.impl.ForwardedCompatibleDataBrokerImplModuleFactory;
 import org.opendaylight.controller.config.yang.md.sal.binding.impl.ForwardedCompatibleDataBrokerImplModuleMXBean;
 import org.opendaylight.controller.config.yang.md.sal.binding.impl.NotificationBrokerImplModuleFactory;
-import org.opendaylight.controller.config.yang.md.sal.binding.impl.RpcBrokerImplModuleFactory;
 import org.opendaylight.controller.config.yang.md.sal.binding.impl.RuntimeMappingModuleFactory;
 import org.opendaylight.controller.config.yang.md.sal.dom.impl.DomBrokerImplModuleFactory;
 import org.opendaylight.controller.config.yang.md.sal.dom.impl.DomBrokerImplModuleMXBean;
@@ -330,7 +329,7 @@ public abstract class AbstractInstructionSchedulerTest extends AbstractConfigTes
 
     public List<ModuleFactory> getModuleFactories() {
         return Lists.newArrayList(new InstructionSchedulerImplModuleFactory(), new HashedWheelTimerModuleFactory(),
-                new NotificationBrokerImplModuleFactory(), new RpcBrokerImplModuleFactory(), new DomBrokerImplModuleFactory(),
+                new NotificationBrokerImplModuleFactory(), new DomBrokerImplModuleFactory(),
                 new RuntimeMappingModuleFactory(), new BindingBrokerImplModuleFactory(), new BindingAsyncDataBrokerImplModuleFactory(),
                 new DomInmemoryDataBrokerModuleFactory(), new SchemaServiceImplSingletonModuleFactory(),
                 new ForwardedCompatibleDataBrokerImplModuleFactory());