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 | |
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')
-rw-r--r-- | main/src/test/resources/e2e/monitoring.policy-type.yaml | 2 | ||||
-rw-r--r-- | main/src/test/resources/simpleDeploy/daoPolicyType.json | 4 |
2 files changed, 5 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: diff --git a/main/src/test/resources/simpleDeploy/daoPolicyType.json b/main/src/test/resources/simpleDeploy/daoPolicyType.json new file mode 100644 index 00000000..e71bf980 --- /dev/null +++ b/main/src/test/resources/simpleDeploy/daoPolicyType.json @@ -0,0 +1,4 @@ +{ + "name": "typeA", + "version": "100.2.3" +} |