diff options
author | Liam Fallon <liam.fallon@est.tech> | 2023-02-10 23:38:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-02-10 23:38:01 +0000 |
commit | 600a3002192da1ba2174c63d248a46dc27414397 (patch) | |
tree | 6bf9c171128c8b88612be371b4fb5d53deaf2f96 /helm/tests/data/onap.policies.native.apex.Sampledomain.json | |
parent | fcda69bd79b455b9ce3d1a9e426b84d7049ae28f (diff) | |
parent | be226256d85836a8a213f54f5b56c4da570d6473 (diff) |
Merge "Fix test failures in K8s CSIT"
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": { |