diff options
author | 2023-02-09 14:46:18 +0000 | |
---|---|---|
committer | 2023-02-10 16:31:33 +0000 | |
commit | be226256d85836a8a213f54f5b56c4da570d6473 (patch) | |
tree | 7a31ae2d930e99540464e8a75746a9a62fd103ff /helm/tests/data/onap.policies.native.apex.Sampledomain.json | |
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/tests/data/onap.policies.native.apex.Sampledomain.json')
-rw-r--r-- | helm/tests/data/onap.policies.native.apex.Sampledomain.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/tests/data/onap.policies.native.apex.Sampledomain.json b/helm/tests/data/onap.policies.native.apex.Sampledomain.json index d90ae08d..3edc9e84 100644 --- a/helm/tests/data/onap.policies.native.apex.Sampledomain.json +++ b/helm/tests/data/onap.policies.native.apex.Sampledomain.json @@ -7402,8 +7402,8 @@ "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.restserver.RestServerCarrierTechnologyParameters", "parameters": { "standalone": true, - "host": "0.0.0.0", - "port": 23324 + "host": "policy-apex-pdp", + "port": 6969 } }, "eventProtocolParameters": { |