Merge "ONF Bundles sample application"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / lifecycle / ContextChainImplTest.java
index 2dc01c7a92f305d04272a6fcaa5558ce59f17e12..7741209d739e32ac85b2a9ed9e767a1e26155b38 100644 (file)
@@ -83,6 +83,7 @@ public class ContextChainImplTest {
         contextChain.isMastered(ContextChainMastershipState.INITIAL_SUBMIT);
         contextChain.isMastered(ContextChainMastershipState.MASTER_ON_DEVICE);
         contextChain.isMastered(ContextChainMastershipState.INITIAL_FLOW_REGISTRY_FILL);
+        contextChain.isMastered(ContextChainMastershipState.RPC_REGISTRATION);
         contextChain.connectionDropped();
         Mockito.verify(deviceContext).stopClusterServices();
         Mockito.verify(rpcContext).stopClusterServices();