diff options
author | rb7147 <rb7147@att.com> | 2018-02-19 16:02:31 -0500 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2018-02-20 16:19:13 -0500 |
commit | 9bf8e18042746f52b96155bb2654dfb472f09e14 (patch) | |
tree | ca80cd2095d843174322bd4cf56ad5278b03cc74 /ONAP-PAP-REST/src/test/resources/pdps/xacml.properties | |
parent | b2c2186295866511b3c989279599388aaacd0ba2 (diff) |
Added Junits for Policy PAP-REST
Clenaed the unsued code.
Cleaned the duplication of code and moved to ONAP-REST.
Added Junits for PAP-REST
Issue-ID: POLICY-600
Change-Id: I56e6e8f2f547def9eaf8624a9e0dd52dc05ad136
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'ONAP-PAP-REST/src/test/resources/pdps/xacml.properties')
-rw-r--r-- | ONAP-PAP-REST/src/test/resources/pdps/xacml.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ONAP-PAP-REST/src/test/resources/pdps/xacml.properties b/ONAP-PAP-REST/src/test/resources/pdps/xacml.properties new file mode 100644 index 000000000..a6b85a04f --- /dev/null +++ b/ONAP-PAP-REST/src/test/resources/pdps/xacml.properties @@ -0,0 +1,10 @@ +# +#Wed Feb 14 16:29:58 EST 2018 +default.description=this is my new description. +default.name=newtestgroup2 +default.pdps=http\://localhost\:8082/pdp/ +http\://localhost\:8082/pdp/.description=Registered on first startup +http\://localhost\:8082/pdp/.jmxport= +http\://localhost\:8082/pdp/.name=http\://localhost\:8082/pdp/ +xacml.pap.groups=testgroup2 +xacml.pap.groups.default=testgroup2 |