diff options
author | HOCKLA <ah999m@att.com> | 2019-11-15 08:52:39 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-11-15 11:27:47 -0600 |
commit | e53be640b3a4c37dbd841c81b5c467082986c05b (patch) | |
tree | f6e90fac68b0d4dd0b845d36cf774c0054494b25 /main/src/test/resources/parameters/XacmlPdpConfigParameters_InvalidName.json | |
parent | 9a093f08a6b3357bdd750c12703ca8f1cd77fc74 (diff) |
Changed Xacml-pdp to report pdp group defined in XacmlPdpParameters config file
Ignore the pdp group specified in the PdpUpdate message.
Updated junits and test resources.
Issue-ID: POLICY-2229
Change-Id: I0c7a33c45424cef6440b0837e1dd22a7487c5d44
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'main/src/test/resources/parameters/XacmlPdpConfigParameters_InvalidName.json')
-rw-r--r-- | main/src/test/resources/parameters/XacmlPdpConfigParameters_InvalidName.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/test/resources/parameters/XacmlPdpConfigParameters_InvalidName.json b/main/src/test/resources/parameters/XacmlPdpConfigParameters_InvalidName.json index 27e7ef46..dcc5cd93 100644 --- a/main/src/test/resources/parameters/XacmlPdpConfigParameters_InvalidName.json +++ b/main/src/test/resources/parameters/XacmlPdpConfigParameters_InvalidName.json @@ -1,5 +1,6 @@ { "name": " ", + "pdpGroup": "XacmlPdpGroup", "restServerParameters":{ "host":"0.0.0.0", "port": 6969, |