diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-02-09 14:46:18 +0000 |
---|---|---|
committer | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2023-02-10 16:31:33 +0000 |
commit | be226256d85836a8a213f54f5b56c4da570d6473 (patch) | |
tree | 7a31ae2d930e99540464e8a75746a9a62fd103ff /helm/run-test.sh | |
parent | 030b296310476f81d0ee3f66aac04622a65b201e (diff) |
Fix test failures in K8s CSIT
Apex-pdp - Add json response files, update sim hostnames
Api,Pap - Update context paths for prometheus metrics
Print console logs of test execution
Issue-ID: POLICY-4546
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I1bed6e4077c7e52b986bcb927204819ec0d95d99
Diffstat (limited to 'helm/run-test.sh')
-rwxr-xr-x | helm/run-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/run-test.sh b/helm/run-test.sh index d516340b..bb073c38 100755 --- a/helm/run-test.sh +++ b/helm/run-test.sh @@ -29,11 +29,11 @@ export POLICY_API_IP=policy-api export POLICY_PAP_IP=policy-pap export APEX_IP=policy-apex-pdp export DMAAP_IP=message-router - +export SIM_IP=message-router export ROBOT_VARIABLES= ROBOT_VARIABLES="-v DATA:$DATA -v NODETEMPLATES:$NODETEMPLATES -v POLICY_RUNTIME_ACM_IP:$POLICY_RUNTIME_ACM_IP -v POLICY_API_IP:$POLICY_API_IP --v POLICY_PAP_IP:$POLICY_PAP_IP -v APEX_IP:$APEX_IP -v DMAAP_IP:$DMAAP_IP" +-v POLICY_PAP_IP:$POLICY_PAP_IP -v APEX_IP:$APEX_IP -v DMAAP_IP:$DMAAP_IP -v SIM_IP:$SIM_IP" echo "Run Robot test" echo ROBOT_VARIABLES="${ROBOT_VARIABLES}" |