create quality params in dmi-plugin 07/121707/8
authorshivasubedi <shiva.subedi@est.tech>
Wed, 23 Jun 2021 15:31:02 +0000 (16:31 +0100)
committershivasubedi <shiva.subedi@est.tech>
Tue, 29 Jun 2021 01:37:43 +0000 (02:37 +0100)
commit55500c3685dbc032c5cb79a727cc588d542e7d15
tree2c8a8170b3610497fc3a6c737efd2b27d83bbf4b
parentb5a238326e5fc5e240acb11f52748774c2f6da40
create quality params in dmi-plugin

Issue-ID: CPS-432
Issue-ID: CPS-403
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: I4ada1e4927a3726500396da64c454d9937f95bcf
Signed-off-by: shivasubedi <shiva.subedi@est.tech>
pom.xml
src/main/java/org/onap/cps/ncmp/config/DmiPluginConfig.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/config/WebSecurityConfig.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/rest/controller/DmiRestController.java
src/main/java/org/onap/cps/ncmp/service/DmiServiceImpl.java
src/main/resources/application.yml
src/test/groovy/org/onap/cps/ncmp/rest/controller/ControllerSecuritySpec.groovy [new file with mode: 0644]
src/test/groovy/org/onap/cps/ncmp/rest/controller/DmiRestControllerSpec.groovy
src/test/java/org/onap/cps/ncmp/rest/controller/TestController.java [new file with mode: 0644]
src/test/resources/application.yml [new file with mode: 0644]