diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2022-03-29 13:52:35 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2022-04-19 20:01:53 +0100 |
commit | 45b444a488323b37b442348063f8c5ac8493ce9c (patch) | |
tree | f60cd5bcbe46f01c54a6ec6adb0a741a04d2d072 /testsuites/stability/src/main/resources/setup/config/jsonConfigs/papGroups.json | |
parent | c3dded021550a05639619e1751efc85dabedfd8b (diff) |
sp3 tests update on setup
- versions of images updated
- fix run_tests with extra slash
- add call to metrics on stability and performance tests
Issue-ID: POLICY-4006
Change-Id: Idad63e9d256e149b224796c486f7322ecbc6ff61
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites/stability/src/main/resources/setup/config/jsonConfigs/papGroups.json')
-rw-r--r-- | testsuites/stability/src/main/resources/setup/config/jsonConfigs/papGroups.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papGroups.json b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papGroups.json new file mode 100644 index 00000000..c7fb6f19 --- /dev/null +++ b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papGroups.json @@ -0,0 +1,28 @@ +{ + "groups": [ + { + "name": "defaultGroup", + "version": "1.0.0", + "description": "The default group that registers all supported policy types and pdps.", + "pdpGroupState": "ACTIVE", + "pdpSubgroups": [ + { + "pdpType": "apex", + "supportedPolicyTypes": [ + { + "name": "onap.policies.controlloop.operational.common.Apex", + "version": "1.0.0" + }, + { + "name": "onap.policies.native.Apex", + "version": "1.0.0" + } + ], + "currentInstanceCount": 1, + "desiredInstanceCount": 1, + "policies": [] + } + ] + } + ] +} |