From faf283066f186838665ed5c38c1ba8319041bc1c Mon Sep 17 00:00:00 2001 From: Joshua Reich Date: Fri, 14 Sep 2018 11:38:01 -0700 Subject: Add demo for Control Loop Coordination. New PipEngine and Junit test added to guard. Also bug in existing Junit test fixed. All other code added to new directory template.demo.clc Change-Id: Ida2267528bcb9404dc59ff391d45797b591814cc Issue-ID: POLICY-1109 Signed-off-by: Joshua Reich --- .../template.demo/src/test/resources/xacml/xacml_guard.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/templates/template.demo') diff --git a/controlloop/templates/template.demo/src/test/resources/xacml/xacml_guard.properties b/controlloop/templates/template.demo/src/test/resources/xacml/xacml_guard.properties index d05648bcb..0486f9581 100644 --- a/controlloop/templates/template.demo/src/test/resources/xacml/xacml_guard.properties +++ b/controlloop/templates/template.demo/src/test/resources/xacml/xacml_guard.properties @@ -66,6 +66,6 @@ p5.file=src/test/resources/xacml/autogenerated_blacklist.xml # PIP Engine Definition # xacml.pip.engines=historydb -historydb.classname=org.onap.policy.guard.PIPEngineGetHistory +historydb.classname=org.onap.policy.guard.PipEngineGetHistory historydb.issuer=com:att:research:xacml:guard:historydb -- cgit 1.2.3-korg