diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-02-21 18:30:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-21 18:30:10 +0000 |
commit | f037497b757391f4932e2e9495dd5112918ad4cf (patch) | |
tree | f0c92a9033d02fba2e03074601b0e8d3f21c5b7f /POLICY-SDK-APP/src/test/resources/pdps | |
parent | ad57603e2d13c432d680ac924f4ae33a256fedd3 (diff) | |
parent | e2b2ebadd1038a72157bd67312307aa19acd933c (diff) |
Merge "Added Junits for POLICY-SDK-APP controllers"
Diffstat (limited to 'POLICY-SDK-APP/src/test/resources/pdps')
3 files changed, 23 insertions, 0 deletions
diff --git a/POLICY-SDK-APP/src/test/resources/pdps/default/xacml.pip.properties b/POLICY-SDK-APP/src/test/resources/pdps/default/xacml.pip.properties new file mode 100644 index 000000000..ae3538a6e --- /dev/null +++ b/POLICY-SDK-APP/src/test/resources/pdps/default/xacml.pip.properties @@ -0,0 +1,9 @@ +# +#Thu Feb 15 10:13:45 EST 2018 +historydb.name=operationHistoryDB +AAF.description=AAFEngine to communicate with AAF to take decisions +historydb.issuer=org\:onap\:xacml\:guard\:historydb +AAF.classname=org.onap.policy.xacml.std.pip.engines.aaf.AAFEngine +AAF.name=AAFEngine +historydb.classname=org.onap.policy.xacml.std.pip.engines.OperationHistoryEngine +xacml.pip.engines=historydb,AAF diff --git a/POLICY-SDK-APP/src/test/resources/pdps/default/xacml.policy.properties b/POLICY-SDK-APP/src/test/resources/pdps/default/xacml.policy.properties new file mode 100644 index 000000000..7070690fe --- /dev/null +++ b/POLICY-SDK-APP/src/test/resources/pdps/default/xacml.policy.properties @@ -0,0 +1,4 @@ +# +#Thu Feb 15 10:13:45 EST 2018 +xacml.referencedPolicies= +xacml.rootPolicies= diff --git a/POLICY-SDK-APP/src/test/resources/pdps/xacml.properties b/POLICY-SDK-APP/src/test/resources/pdps/xacml.properties new file mode 100644 index 000000000..cf8d29da0 --- /dev/null +++ b/POLICY-SDK-APP/src/test/resources/pdps/xacml.properties @@ -0,0 +1,10 @@ +# +#Wed Feb 21 11:54:45 EST 2018 +xacml.pap.groups.default=default +xacml.pap.groups=default +http\://localhost\:8082/pdp/.jmxport= +default.name=default +default.description=The default group where new PDP's are put. +http\://localhost\:8082/pdp/.name=http\://localhost\:8082/pdp/ +http\://localhost\:8082/pdp/.description=Registered on first startup +default.pdps= |