From cccfb11b59becaaf86adc4c88600bd70f2519b0d Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 23 Apr 2019 13:27:55 -0400 Subject: Validate supported types When a group is created, PAP should verify that the "supported types" exist in the DB. Address potential sonar issue. Address potential sonar issue in similar block of code. Change-Id: Ib830550bc37d4ebe42c8782f3f874e463f3f51c2 Issue-ID: POLICY-1688 Signed-off-by: Jim Hahn --- main/src/test/resources/e2e/monitoring.policy-type.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/test/resources/e2e') diff --git a/main/src/test/resources/e2e/monitoring.policy-type.yaml b/main/src/test/resources/e2e/monitoring.policy-type.yaml index 98b64522..28e5d6e5 100644 --- a/main/src/test/resources/e2e/monitoring.policy-type.yaml +++ b/main/src/test/resources/e2e/monitoring.policy-type.yaml @@ -6,7 +6,7 @@ policy_types: description: a base policy type for all policies that governs monitoring provisioning version: 1.0.0 - - onap.policy.monitoring.cdap.tca.hi.lo.app: + onap.policies.monitoring.cdap.tca.hi.lo.app: derived_from: onap.policies.Monitoring version: 1.0.0 properties: -- cgit 1.2.3-korg