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.monitoring.decision.request.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 helm/tests/data/onap.policy.monitoring.decision.request.json (limited to 'helm/tests/data/onap.policy.monitoring.decision.request.json') diff --git a/helm/tests/data/onap.policy.monitoring.decision.request.json b/helm/tests/data/onap.policy.monitoring.decision.request.json new file mode 100644 index 00000000..053fa36d --- /dev/null +++ b/helm/tests/data/onap.policy.monitoring.decision.request.json @@ -0,0 +1,9 @@ +{ + "ONAPName": "DCAE", + "ONAPComponent": "PolicyHandler", + "ONAPInstance": "622431a4-9dea-4eae-b443-3b2164639c64", + "action": "configure", + "resource": { + "policy-id": "onap.restart.tca" + } +} -- cgit 1.2.3-korg