diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-09-19 15:56:39 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-09-20 10:45:26 +0100 |
commit | 107dbd8fbffb8718e653364525e38a1916bfd66f (patch) | |
tree | 8f1dcc57a724e53728376d5ba461c63e0dbfb274 /cps-ncmp-service/src/test/resources | |
parent | dd151f17eed71ea1ef7c2e6e5fe9168a5ae37abb (diff) |
Add NCMP tag in properties
- Added back NCMP tag back as part of the comment in patch https://gerrit.onap.org/r/c/cps/+/129274
- Added parallelism level under ncmp as well.
- Correcting env variable in the docker compose file for local run as
well as the CSITs.
Issue-ID: CPS-1279
Change-Id: I1f2993ac66f47ee2e5e7db0c4a6aac113a714d2a
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/test/resources')
-rw-r--r-- | cps-ncmp-service/src/test/resources/application.yml | 19 |
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 03d70c26c6..8d8bfaf9b4 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 |