diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-19 11:34:37 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-19 11:44:29 -0400 |
commit | d4b134ae54a260f084be82ba1a6fcd4e6a3040e1 (patch) | |
tree | e5fba79e7a45af878788d88a70c5055a4815854f /main | |
parent | c663e0061b92542d961db5f88039151acb7f63df (diff) |
Remove old cdap policy type
Actually, this does not need to have any specific monitoring
policy type designated because since Frankfurt we added the
feature to support onap.monitoring.*
Issue-ID: POLICY-2772
Change-Id: Ief24550c3e90b7a54ad3c1c381330580ca738798
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'main')
-rw-r--r-- | main/src/test/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManagerTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/test/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManagerTest.java b/main/src/test/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManagerTest.java index cd7041ed..668d875c 100644 --- a/main/src/test/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManagerTest.java +++ b/main/src/test/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManagerTest.java @@ -142,10 +142,10 @@ public class XacmlPdpApplicationManagerTest { // assertThat(manager).isNotNull(); assertThat(manager.getPolicyCount()).isZero(); - assertThat(manager.getPolicyTypeCount()).isEqualTo(20); + assertThat(manager.getPolicyTypeCount()).isEqualTo(17); assertThat(manager.getToscaPolicies()).isEmpty(); assertThat(manager.getToscaPolicyIdentifiers()).isEmpty(); - assertThat(manager.getToscaPolicyTypeIdents()).hasSize(20); + assertThat(manager.getToscaPolicyTypeIdents()).hasSize(17); assertThat(manager.findNativeApplication()).isInstanceOf(NativePdpApplication.class); |