Allow wild cards in supported type filter 38/98738/2
authorJim Hahn <jrh3@att.com>
Thu, 21 Nov 2019 19:59:52 +0000 (14:59 -0500)
committerJim Hahn <jrh3@att.com>
Thu, 21 Nov 2019 20:09:15 +0000 (15:09 -0500)
commite9a04a92d419bc936fa231397a58e72f4d1c14c6
treea01299ca4cddaa759e73889a01efb41299f0231b
parent37bd15efd41962e237575ea0c26728e5040abbe1
Allow wild cards in supported type filter

PAP was rejecting deployment of policies whose supported type
contained a wild card.  This was due to the fact that it was
querying the Pdp Groups using a filter on the supported type,
which did not take wild cards into consideration.  Updated the
filtering.

Change-Id: I50b3202a00ac85ff09a9861d8bbe1efb6dd49ae3
Issue-ID: POLICY-1636
Signed-off-by: Jim Hahn <jrh3@att.com>
models-pdp/src/main/java/org/onap/policy/models/pdp/concepts/PdpGroupFilter.java
models-pdp/src/test/java/org/onap/policy/models/pdp/concepts/PdpGroupFilterTest.java