diff options
author | halil.cakal <halil.cakal@est.tech> | 2024-10-11 17:22:06 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2024-10-25 11:51:22 +0100 |
commit | 62abb22f7c495892afc45d72b8994112ebf1dfb5 (patch) | |
tree | 3c525bd27f4c8aefda48efb18877e29efb4a921d /dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | |
parent | 1e1f49f7947271b15fa9b096a022e827d952a043 (diff) |
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 <halil.cakal@est.tech>
Diffstat (limited to 'dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml')
-rw-r--r-- | dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <artifactId>dmi-plugin-demo-and-csit-stub-app</artifactId> <properties> - <app>org.onap.cps.ncmp.dmi.rest.stub.controller.DmiDemoApplication</app> + <app>org.onap.cps.ncmp.dmi.rest.stub.DmiDemoApplication</app> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <base.image>${docker.pull.registry}/onap/integration-java17:12.0.0</base.image> <image.tag>${project.version}-${maven.build.timestamp}</image.tag> |