diff options
author | efiacor <fiachra.corcoran@est.tech> | 2021-07-20 15:53:48 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2021-07-21 10:52:19 +0100 |
commit | 693776120dfc1cc9fb14a1f6a06a9554dce2ee4d (patch) | |
tree | 297534bf95153c6d78a9ab7b4584550fdba14b4a /tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json | |
parent | 2a8ea348f7e0b17aa2c92e298ccac382bf772362 (diff) |
[DCAE-PMSH] Refactoring csit suite
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I60ca22a87c4f2e1b0c244b6a388e17c3f6d79b90
Issue-ID: INT-1946
Diffstat (limited to 'tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json')
-rw-r--r-- | tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json b/tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json index 60ac2aab..f5de1952 100644 --- a/tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json +++ b/tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json @@ -87,7 +87,7 @@ "dmaap_info": { "client_id": "1475976809466", "client_role": "org.onap.dcae.pmPublisher", - "topic_url": "http://dmaap:3904/events/unauthenticated.DCAE_CL_OUTPUT", + "topic_url": "http://dmaap-mr:3904/events/unauthenticated.DCAE_CL_OUTPUT", "location": "san-francisco" }, "type": "message_router" @@ -99,14 +99,14 @@ "dmaap_info": { "client_id": "1575976809466", "client_role": "org.onap.dcae.aaiSub", - "topic_url": "http://dmaap:3904/events/AAI_EVENT", + "topic_url": "http://dmaap-mr:3904/events/AAI_EVENT", "location": "san-francisco" } }, "policy_pm_subscriber": { "dmaap_info": { "location": "san-francisco", - "topic_url": "http://dmaap:3904/events/unauthenticated.PMSH_CL_INPUT", + "topic_url": "http://dmaap-mr:3904/events/unauthenticated.PMSH_CL_INPUT", "client_role": "org.onap.dcae.pmSubscriber", "client_id": "1575876809456" }, |