diff options
author | Jim Hahn <jrh3@att.com> | 2019-04-23 13:27:55 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-04-24 13:07:50 -0400 |
commit | cccfb11b59becaaf86adc4c88600bd70f2519b0d (patch) | |
tree | fbab9aabd089f0943a5bdbfd5a97e1fa80e674c4 /main/src/test/resources/e2e | |
parent | a6cb1f27c8fe26b02abbd6a3fcf876ec306e6a5a (diff) |
Validate supported types3.0.2-ONAP
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 <jrh3@att.com>
Diffstat (limited to 'main/src/test/resources/e2e')
-rw-r--r-- | main/src/test/resources/e2e/monitoring.policy-type.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |