summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-09-21 11:29:50 +0000
committerGerrit Code Review <gerrit@onap.org>2022-09-21 11:29:50 +0000
commit2e4e097f40d831c2d8edf6da3769a9eadb348312 (patch)
tree6d7dcae4e727943c3d53ac7182928b9dbd4909a0 /cps-ncmp-service/src/test
parentc9010dbe243392e6d3669dd012d876aff9f81de2 (diff)
parent107dbd8fbffb8718e653364525e38a1916bfd66f (diff)
Merge "Add NCMP tag in properties"
Diffstat (limited to 'cps-ncmp-service/src/test')
-rw-r--r--cps-ncmp-service/src/test/resources/application.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml
index 03d70c26c..8d8bfaf9b 100644
--- a/cps-ncmp-service/src/test/resources/application.yml
+++ b/cps-ncmp-service/src/test/resources/application.yml
@@ -16,13 +16,14 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
-dmi:
- auth:
- username: some-user
- password: some-password
- api:
- base-path: dmi
+ncmp:
+ dmi:
+ auth:
+ username: some-user
+ password: some-password
+ api:
+ base-path: dmi
-modules-sync-watchdog:
- async-executor:
- parallelism-level: 3 \ No newline at end of file
+ modules-sync-watchdog:
+ async-executor:
+ parallelism-level: 3 \ No newline at end of file