From 6084c6dcf5bf061f33204e01116573160bf39fa6 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 23 Mar 2020 15:49:28 -0400 Subject: Enable guards in junit tests Flipped the flag(s) to enable guard checks in the various junit tests for the Usecases and Frankfurt controllers. Note: the guard checks use the guard simulator. Modified new actor code to not include operation history on first "guard denied" report (i.e., make it work like usecases does). Issue-ID: POLICY-2434 Signed-off-by: Jim Hahn Change-Id: I2897da4a0c8fb76fa00cb0f6cf8562c0703005d3 --- .../src/test/resources/config/event-manager.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'controlloop/common/controller-frankfurt/src') diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties index 50f337263..9244fd2ed 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties +++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties @@ -29,8 +29,11 @@ operation.history.password= # configured and started. Thus some of them have a "placeholder" property. # -actor.service.GUARD.disabled=true +#actor.service.GUARD.disabled=true actor.service.GUARD.clientName=GUARD +actor.service.GUARD.onapName=my-onap-name +actor.service.GUARD.onapComponent=my-onap-component +actor.service.GUARD.onapInstance=my-onap-instance actor.service.GUARD.operations.Decision.path=decision actor.service.AAI.clientName=AAI @@ -57,7 +60,7 @@ actor.service.CDS.grpcTimeout=10 actor.service.CDS.operations.xxx.yyy= actor.service.SDNC.clientName=SDNC -actor.service.SDNC.path= +actor.service.SDNC.path=/ actor.service.SDNC.operations.BandwidthOnDemand.placeholder= actor.service.SDNC.operations.Reroute.placeholder= -- cgit 1.2.3-korg