Fix CSIT failure in MdsalLowLevelTestProvider
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / provider / src / main / java / org / opendaylight / controller / clustering / it / provider / MdsalLowLevelTestProvider.java
index df314c127144b77eb4aa3dc742f736b4d0197d1c..cbba269d1c0b193a0900bec5481235d695e5f360 100644 (file)
@@ -537,7 +537,7 @@ public class MdsalLowLevelTestProvider implements OdlMdsalLowlevelControlService
         dtclReg = null;
 
         if (!idIntsListener.hasTriggered()) {
-            final RpcError error = RpcResultBuilder.newError(ErrorType.APPLICATION, "data-missing",
+            final RpcError error = RpcResultBuilder.newError(ErrorType.APPLICATION, "operation-failed",
                     "id-ints listener did not receive any notifications.");
             return Futures.immediateFuture(RpcResultBuilder.<UnsubscribeDtclOutput>failed()
                     .withRpcError(error).build());