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/simpleDeploy | |
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/simpleDeploy')
-rw-r--r-- | main/src/test/resources/simpleDeploy/daoPolicyType.json | 4 |
1 files changed, 4 insertions, 0 deletions
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" +} |