From 0700486a08b2bc08589f7e6b0be8338d6bbb4efa Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 23 Jan 2023 11:50:01 +0000 Subject: Add robot framework helm chart for CSIT Steps to run policy csit in kubernetes is updated in the README.md Issue-ID: POLICY-4532 Signed-off-by: zrrmmua Change-Id: I116658dfafd4e70bd256173f046da72af6803eaa --- helm/tests/data/onap.policy.naming.decision.request.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helm/tests/data/onap.policy.naming.decision.request.json (limited to 'helm/tests/data/onap.policy.naming.decision.request.json') diff --git a/helm/tests/data/onap.policy.naming.decision.request.json b/helm/tests/data/onap.policy.naming.decision.request.json new file mode 100644 index 00000000..3833a241 --- /dev/null +++ b/helm/tests/data/onap.policy.naming.decision.request.json @@ -0,0 +1,13 @@ +{ + "ONAPName": "SDNC", + "ONAPComponent": "SDNC-component", + "ONAPInstance": "SDNC-component-instance", + "requestId": "unique-request-sdnc-1", + "action": "naming", + "resource": { + "nfRole": [], + "naming-type": [], + "property-name": [], + "policy-type": ["onap.policies.Naming"] + } +} -- cgit 1.2.3-korg