From c4485f7218fb9b2b4b7c113294ae2902979f5b5e Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Thu, 31 Aug 2023 11:45:47 +0100 Subject: Dmi plugin watchdog cheking aliveness - Add capability of GET request into DmiRestClient - Add watchdog job to check aliveness of dmi plugins - DmiPluginStatus enum as UP or DOWN - Add unit tests for the new function in dmi rest client - Add unit tests for dmi watchdog Issue-ID: CPS-1856 Change-Id: Ic38a96f0485a0bfe1b6af5bb2f57f6119d8fa563 Signed-off-by: halil.cakal --- cps-ncmp-service/src/test/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cps-ncmp-service/src/test/resources/application.yml') diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index 6e7577b1a8..a4bb4e8124 100644 --- a/cps-ncmp-service/src/test/resources/application.yml +++ b/cps-ncmp-service/src/test/resources/application.yml @@ -42,6 +42,9 @@ ncmp: enabled: true api: base-path: dmi + timers: + trust-level: + dmi-availability-watchdog-ms: 30000 modules-sync-watchdog: async-executor: -- cgit 1.2.3-korg