diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-05-27 10:59:19 +0100 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-06-15 16:21:11 +0100 |
commit | 395795ee7f16741a43abfbe5210b45d5ce201e14 (patch) | |
tree | a06c67a1051deac7e3d25b3405313db54a971ba3 /cps-ncmp-service/pom.xml | |
parent | 708d2b566a8b8cdf48e1dfe337369c946cec0e02 (diff) |
Retry CM-Handles that are LOCKED, Failed-to-Sync
Watchdog added to fetched locked cm handles by Lock reason
and operation sync state
Tests updated
Issue-ID: CPS-878
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I0ecc519e93b097ec3d309db7f686fb23a0fc59b2
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 99a024e65d..502e9824d7 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2021-2022 Nordix Foundation Modifications Copyright (C) 2021 Pantheon.tech + Modifications Copyright (C) 2022 Bell Canada ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,10 +32,10 @@ </parent> <artifactId>cps-ncmp-service</artifactId> + <properties> - <minimum-coverage>0.93</minimum-coverage> + <minimum-coverage>0.96</minimum-coverage> </properties> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> |