From 1153b6d0153344d4d92518d2ca73ecfe71dfa9d9 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 28 Feb 2023 12:59:37 +0000 Subject: New Test Development - api, pap (except consolidated HC), apex and acm runtime passing on both docker and helm environment - other simulators exposed on simulator service - topics are checked on test with robot http support - apex temp engine port exposed - xacml readiness added Issue-ID: POLICY-4125 Change-Id: I39ee8c38e70dd3a4ad26ba69d7c62e61a211469e Signed-off-by: adheli.tavares --- helm/tests/data/create.group.request.json | 49 ------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 helm/tests/data/create.group.request.json (limited to 'helm/tests/data/create.group.request.json') diff --git a/helm/tests/data/create.group.request.json b/helm/tests/data/create.group.request.json deleted file mode 100644 index 1e37583c..00000000 --- a/helm/tests/data/create.group.request.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "groups": [ - { - "name": "testGroup", - "pdpGroupState": "PASSIVE", - "properties": { - "hello": "world" - }, - "pdpSubgroups": [ - { - "pdpType": "pdpTypeA", - "desiredInstanceCount": 2, - "properties": {}, - "supportedPolicyTypes": [ - { - "name": "onap.policies.monitoring.tcagen2", - "version": "1.0.0" - } - ], - "policies": [] - }, - { - "pdpType": "pdpTypeB", - "desiredInstanceCount": 1, - "properties": {}, - "supportedPolicyTypes": [ - { - "name": "onap.policies.monitoring.tcagen2", - "version": "1.0.0" - } - ], - "policies": [] - }, - { - "pdpType": "pdpTypeC", - "desiredInstanceCount": 1, - "properties": {}, - "supportedPolicyTypes": [ - { - "name": "onap.policies.native.Apex", - "version": "1.0.0" - } - ], - "policies": [] - } - ] - } - ] -} -- cgit 1.2.3-korg