aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-06-01 14:42:08 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-01 14:42:08 +0000
commit5e380ee55af1dcc852965a5e3d8f32cb7226936c (patch)
treec6dd251cad7ca30cb636ac3781b9c5465a6cc3e6 /main/src/test/resources
parent42375e6c04f82821c7daff5a059c8974a7c89a10 (diff)
parent9e627229dad4b56fd626f0b2813eb5b63e9a27a2 (diff)
Merge "support external configuration of pdp groups"
Diffstat (limited to 'main/src/test/resources')
-rw-r--r--main/src/test/resources/parameters/PapDbGroup1.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/main/src/test/resources/parameters/PapDbGroup1.json b/main/src/test/resources/parameters/PapDbGroup1.json
new file mode 100644
index 00000000..9a967448
--- /dev/null
+++ b/main/src/test/resources/parameters/PapDbGroup1.json
@@ -0,0 +1,36 @@
+{
+ "groups": [
+ {
+ "name": "group1",
+ "version": "1.0.0",
+ "description": "group 1",
+ "pdpGroupState": "ACTIVE",
+ "pdpSubgroups": [
+ {
+ "pdpType": "T1",
+ "supportedPolicyTypes": [
+ {
+ "name": "t1",
+ "version": "1.0.0"
+ }
+ ],
+ "currentInstanceCount": 0,
+ "desiredInstanceCount": 1,
+ "policies": []
+ },
+ {
+ "pdpType": "T2",
+ "supportedPolicyTypes": [
+ {
+ "name": "t2",
+ "version": "1.0.0"
+ }
+ ],
+ "currentInstanceCount": 0,
+ "desiredInstanceCount": 1,
+ "policies": []
+ }
+ ]
+ }
+ ]
+}