diff options
author | lukegleeson <luke.gleeson@est.tech> | 2023-05-18 16:40:04 +0100 |
---|---|---|
committer | lukegleeson <luke.gleeson@est.tech> | 2023-05-26 15:01:24 +0100 |
commit | 1f6008f39921246db95ce4d8a33d5474b658a203 (patch) | |
tree | 1743302ca0f9d7535b0fe75972228379c41efd03 /cps-ncmp-service/src/test/resources/application.yml | |
parent | 9fde458a5c3efe083710eef0815e3964ba873f88 (diff) |
Improve error scenarios SubscriptionEventForwarder
- Added placeholder for emtpy outcome response when no cmhandles match targets
Issue-ID: CPS-1564
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: Ia04bb656c639946d259da779971ab29b6e91acea
Diffstat (limited to 'cps-ncmp-service/src/test/resources/application.yml')
-rw-r--r-- | cps-ncmp-service/src/test/resources/application.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index 66194ad9e5..1016f2b033 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-2022 Nordix Foundation +# Copyright (C) 2021-2023 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,6 +21,7 @@ app: avc: subscription-topic: cm-avc-subscription cm-events-topic: cm-events + subscription-forward-topic-prefix: ${NCMP_FORWARD_CM_AVC_SUBSCRIPTION:ncmp-dmi-cm-avc-subscription-} ncmp: dmi: |