From 7e341058489a2bad74bc6d67ab59ef42501f56ca Mon Sep 17 00:00:00 2001 From: mmis Date: Fri, 16 Feb 2018 12:34:39 +0000 Subject: JUnit test for policy/engine ONAP-XACML Increased junits in package org.onap.policy.xacml.test.std.pap in policy/engine ONAP-XACML Change-Id: Ifef6fcc36044039b2c3d0c0dbffecffd3e242434 Issue-ID: POLICY-605 Signed-off-by: mmis --- .../default/xacml.pip.properties | 24 ++++++++++++++++++++++ .../default/xacml.policy.properties | 22 ++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.pip.properties create mode 100644 ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.policy.properties (limited to 'ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default') diff --git a/ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.pip.properties b/ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.pip.properties new file mode 100644 index 000000000..ada317ca5 --- /dev/null +++ b/ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.pip.properties @@ -0,0 +1,24 @@ +### +# ============LICENSE_START======================================================= +# Copyright (C) 2018 Ericsson. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +### + +# +#Tue Feb 13 13:39:20 GMT 2018 +AAF.description=AAFEngine to communicate with AAF to take decisions +AAF.classname=org.onap.policy.xacml.std.pip.engines.aaf.AAFEngine +AAF.name=AAFEngine +xacml.pip.engines=AAF diff --git a/ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.policy.properties b/ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.policy.properties new file mode 100644 index 000000000..e3cb9840a --- /dev/null +++ b/ONAP-XACML/src/test/resources/emptyPapGroupsDefault/default/xacml.policy.properties @@ -0,0 +1,22 @@ +### +# ============LICENSE_START======================================================= +# Copyright (C) 2018 Ericsson. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +### + +# +#Tue Feb 13 13:39:20 GMT 2018 +xacml.referencedPolicies= +xacml.rootPolicies= -- cgit 1.2.3-korg