aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/m2/test
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-09 18:11:17 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-09 18:11:17 +0000
commit58fd666f277fcee16966d5410e4fd737832a3443 (patch)
tree7bc1dae043ea4bbbf3f0d59af6eb8ca88e2f00f3 /controlloop/m2/test
parentc1f79cd311ad62d3adb374921b8c3d303db5add6 (diff)
parent55f3e5e9dad4a15b4bbffa892e5851abe5b900c3 (diff)
Merge "ONAP m2 base junit coverage"
Diffstat (limited to 'controlloop/m2/test')
-rw-r--r--controlloop/m2/test/src/test/resources/appclcm/M2CLRulevUSPAPPCLCMGuardTemplate.drl4
1 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/m2/test/src/test/resources/appclcm/M2CLRulevUSPAPPCLCMGuardTemplate.drl b/controlloop/m2/test/src/test/resources/appclcm/M2CLRulevUSPAPPCLCMGuardTemplate.drl
index 2a24f1312..0e947c8e1 100644
--- a/controlloop/m2/test/src/test/resources/appclcm/M2CLRulevUSPAPPCLCMGuardTemplate.drl
+++ b/controlloop/m2/test/src/test/resources/appclcm/M2CLRulevUSPAPPCLCMGuardTemplate.drl
@@ -95,7 +95,7 @@ function void sendNotification(Context context,
notification.setPolicyScope("${policyScope}");
notification.setPolicyVersion("${policyVersion}");
- PolicyEngineConstants.getManager().deliver(context.getNotificationTopic(), notification);
+ Util.deliver(context.getNotificationTopic(), notification);
}
}
@@ -350,7 +350,7 @@ rule "${policyName}.TRANSACTION.LCM.BEGIN"
logger.error("request could not be formed due to: "+e.getMessage());
return;
}
- PolicyEngineConstants.getManager().deliver($context.getOperationTopic(), request);
+ Util.deliver($context.getOperationTopic(), request);
// send notification
sendNotification($context, drools,