diff options
author | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2024-05-20 08:26:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-05-20 08:26:25 +0000 |
commit | fe8fe51f53871c73affe6e9dd7b197cd80050bf5 (patch) | |
tree | e0f0afc4ae5136abb2f6aeb80725233198a843a2 /cps-ncmp-service/src/test/resources/application.yml | |
parent | 3ad3931017bafabbb78c43e82beb8f462e3796ac (diff) | |
parent | f0f657cab2972f821879c051fabee3e8f590e0b9 (diff) |
Merge "CmSubscription topics param update"
Diffstat (limited to 'cps-ncmp-service/src/test/resources/application.yml')
-rw-r--r-- | cps-ncmp-service/src/test/resources/application.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index eca28b9917..cc620b83a3 100644 --- a/cps-ncmp-service/src/test/resources/application.yml +++ b/cps-ncmp-service/src/test/resources/application.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2023 Nordix Foundation +# Copyright (C) 2021-2024 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,9 +30,9 @@ app: async-m2m: topic: ncmp-async-m2m avc: - subscription-topic: subscription + cm-subscription-ncmp-in: subscription cm-events-topic: cm-events - subscription-forward-topic-prefix: ${NCMP_FORWARD_CM_AVC_SUBSCRIPTION:ncmp-dmi-cm-avc-subscription-} + cm-subscription-dmi-in: ${CM_SUBSCRIPTION_DMI_IN_TOPIC:ncmp-dmi-cm-avc-subscription} ncmp: dmi: |