From 62abb22f7c495892afc45d72b8994112ebf1dfb5 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Fri, 11 Oct 2024 17:22:06 +0100 Subject: DMI simulator serving yang modules dynamically - all modules and module references are created once, then are served as requested - 5 module-set-tag supported from tagA to tagE - 200 yang modules per module-set-tag - module sizes are fixed at 32KiB each - the average response size is 200 * 32KiB = 6.4MiB for each Issue-ID: CPS-2410 Change-Id: Ie7ac73b8c0bd464b114a8d76104db4b569ae36f4 Signed-off-by: halil.cakal --- dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml') diff --git a/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml b/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml index 73105fd5..3d7ccf6b 100644 --- a/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml +++ b/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml @@ -28,7 +28,7 @@ dmi-plugin-demo-and-csit-stub-app - org.onap.cps.ncmp.dmi.rest.stub.controller.DmiDemoApplication + org.onap.cps.ncmp.dmi.rest.stub.DmiDemoApplication yyyyMMdd'T'HHmmss'Z' ${docker.pull.registry}/onap/integration-java17:12.0.0 ${project.version}-${maven.build.timestamp} -- cgit 1.2.3-korg