diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-08-12 14:50:54 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2020-08-12 14:51:06 +0100 |
commit | 455efa4a90e3e59adc255dacd23edada771f3ed6 (patch) | |
tree | 4c14a5d763a965a5ce60793fce7fc5c38418fe4b /tests/dcaegen2-services-pmsh/testcases/assets/cbs-expectation-unlocked-config.json | |
parent | 7bf9d5c1e9c94d60b138c73a716bc10bce038992 (diff) |
[PMSH] Refactoring changes for pmsh csits
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I6902b40e9618e0e1e67c4c2d2b8a3f45c585d46b
Issue-ID: DCAEGEN2-2146
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 | 4 |
1 files changed, 2 insertions, 2 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 b70b41d1..bad79d5f 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 @@ -84,7 +84,7 @@ "dmaap_info": { "client_id": "1475976809466", "client_role": "org.onap.dcae.pmPublisher", - "topic_url": "https://mr-sim:3095/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS", + "topic_url": "https://mr-sim:3095/events/unauthenticated.DCAE_CL_OUTPUT", "location": "san-francisco" }, "type": "message_router" @@ -103,7 +103,7 @@ "policy_pm_subscriber": { "dmaap_info": { "location": "san-francisco", - "topic_url": "https://mr-sim:3095/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS", + "topic_url": "https://mr-sim:3095/events/unauthenticated.PMSH_CL_INPUT", "client_role": "org.onap.dcae.pmSubscriber", "client_id": "1575876809456" }, |