diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-26 13:48:48 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-26 14:44:51 -0400 |
commit | 3da1395bc41159cb8d1f417c19b34bd9638aedbe (patch) | |
tree | 71925abcaf7ff8988c4b4bb4b32b6c99d39c2b5d /controlloop/common/controller-usecases/src | |
parent | 5979c33356f956a2d937251ce0b6c5e51dc22cee (diff) |
Still fixing drools-apps CSIT
No easy way to test this without merging it, as the docker build always
pulls drools-apps from the remote maven. :-(
Issue-ID: POLICY-3503
Change-Id: I5d5bcfc3bb28d6ef3d4050f4e7d013acbc31f583
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/controller-usecases/src')
-rw-r--r-- | controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties b/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties index 10917f409..076d6077a 100644 --- a/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties +++ b/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties @@ -35,6 +35,7 @@ actor.service.XACML.onapName=my-onap-name actor.service.XACML.onapComponent=my-onap-component actor.service.XACML.onapInstance=my-onap-instance actor.service.XACML.operations.Guard.path=decision +actor.service.XACML.operations.Guard.action=guard actor.service.AAI.clientName=AAI actor.service.AAI.operations.CustomQuery.path=aai/v21/query |