diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-03 00:57:58 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-04-13 09:08:43 +0100 |
commit | e90986687347e86b5cfdbe850d1e0129d73ed10f (patch) | |
tree | 5fddf3cbfd9610bba64086191b86075506321961 /csit/resources/scripts | |
parent | 2ababee11a93dd17f5c3ee8a68a4efca7165f090 (diff) |
Add CSIT for ACM in docker
Included policy particiant tests in docker.
Http and Kubernetes will be tested in kubernetes env.
Issue-ID: POLICY-4541
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I2dcc294d9127307ef74a0f47791aed9d641b37f2
Diffstat (limited to 'csit/resources/scripts')
-rwxr-xr-x | csit/resources/scripts/setup-clamp.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/csit/resources/scripts/setup-clamp.sh b/csit/resources/scripts/setup-clamp.sh index 923b5218..e680cf09 100755 --- a/csit/resources/scripts/setup-clamp.sh +++ b/csit/resources/scripts/setup-clamp.sh @@ -28,4 +28,6 @@ unset http_proxy https_proxy export SUITES="policy-clamp-test.robot" ROBOT_VARIABLES="-v POLICY_RUNTIME_ACM_IP:localhost:${ACM_PORT} --v POLICY_API_IP:localhost:${POLICY_API_PORT}" +-v POLICY_API_IP:localhost:${API_PORT} -v POLICY_PAP_IP:localhost:${PAP_PORT}" + + |