Add robot framework helm chart for CSIT 21/133021/2
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 23 Jan 2023 11:50:01 +0000 (11:50 +0000)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Wed, 25 Jan 2023 14:32:51 +0000 (14:32 +0000)
commit0700486a08b2bc08589f7e6b0be8338d6bbb4efa
tree01672a1fb035e629f1723b6b7de6f8a28218bfdb
parent0132d7a9ea3ad03ed0350a7d89694420a4d8221c
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 <ramesh.murugan.iyer@est.tech>
Change-Id: I116658dfafd4e70bd256173f046da72af6803eaa
45 files changed:
README.md
csit/run-k8s-csit.sh
helm/Dockerfile [new file with mode: 0644]
helm/policy/components/policy-apex-pdp/values.yaml
helm/policy/components/policy-api/resources/config/apiParameters.yaml
helm/policy/components/policy-api/values.yaml
helm/policy/components/policy-clamp-ac-k8s-ppnt/values.yaml
helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
helm/policy/components/policy-clamp-runtime-acm/values.yaml
helm/policy/components/policy-pap/resources/config/papParameters.yaml
helm/policy/values.yaml
helm/robot/Chart.yaml [new file with mode: 0644]
helm/robot/templates/role-binding.yaml [new file with mode: 0644]
helm/robot/templates/service-account.yaml [new file with mode: 0644]
helm/robot/templates/test-job.yaml [new file with mode: 0644]
helm/robot/values.yaml [new file with mode: 0644]
helm/run-test.sh [new file with mode: 0755]
helm/tests/apex-pdp-test.robot [new file with mode: 0644]
helm/tests/api-test.robot [new file with mode: 0644]
helm/tests/common-library.robot [new file with mode: 0644]
helm/tests/data/VesEventForPnfPolicy.json [new file with mode: 0644]
helm/tests/data/VesEventForVnfPolicy.json [new file with mode: 0644]
helm/tests/data/apex.policy.decisionmaker.input.tosca.json [new file with mode: 0644]
helm/tests/data/create.group.request.json [new file with mode: 0644]
helm/tests/data/deploy.group.request.json [new file with mode: 0644]
helm/tests/data/event.json [new file with mode: 0644]
helm/tests/data/onap.pnf.metadataSet.Test.json [new file with mode: 0644]
helm/tests/data/onap.policies.apex.pnf.Test.json [new file with mode: 0644]
helm/tests/data/onap.policies.apex.pnf.metadataSet.Test.json [new file with mode: 0644]
helm/tests/data/onap.policies.apex.vnf.Test.json [new file with mode: 0644]
helm/tests/data/onap.policies.native.apex.Sampledomain.json [new file with mode: 0644]
helm/tests/data/onap.policy.guard.decision.request.json [new file with mode: 0644]
helm/tests/data/onap.policy.monitoring.decision.request.json [new file with mode: 0644]
helm/tests/data/onap.policy.monitoring.tcagen2.v1.json [new file with mode: 0644]
helm/tests/data/onap.policy.monitoring.tcagen2.v2.json [new file with mode: 0644]
helm/tests/data/onap.policy.monitoring.tcagen2.v3.json [new file with mode: 0644]
helm/tests/data/onap.policy.naming.decision.request.json [new file with mode: 0644]
helm/tests/data/onap.policy.optimization.decision.request.json [new file with mode: 0644]
helm/tests/data/policy_deploy.json [new file with mode: 0644]
helm/tests/data/vCPE.policy.input.tosca.deploy.json [new file with mode: 0644]
helm/tests/distribution-test.robot [new file with mode: 0644]
helm/tests/drools-applications-test.robot [new file with mode: 0644]
helm/tests/pap-test.robot [new file with mode: 0644]
helm/tests/policy-clamp-test.robot [new file with mode: 0644]
helm/tests/xacml-pdp-test.robot [new file with mode: 0644]