summaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-01Fix issues with SOnar Qube coverage reportToineSiebelink1-0/+12
-removed invalid jacoco exclude -removed strange (generated/accidental?) comment in main pom header -moved manually coded 'models' package (included in coverage now) to separate it from swagger generated package/classes with same name (exluded in coverage) -added some missing test scenarios -increased coverage limit from 70 to 98% to prevent regression Issue-ID: CPS-475 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I2f1c276c543926d2d259e33b418f21de4abfea96
2021-08-31CPS-617 - DMI base path does not conform to agreed API URLJosephKeenan1-1/+1
-Modified dmi-base-path from /dmi/api to /dmi in src/main/resources/application.yml & src/test/resources/application/yml Issue-ID: CPS-617 Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Change-Id: Ic4e76731ee44abb6e6f260d7c8adb1023ebe4e34
2021-08-10Retrieve yang-resources for one or more modulesniamhcore1-0/+7
Updating openapi to add a new rest endpoint Updating restconf client to support post with json Adding a ModuleResourceNotFound exception Adding a test util class Fixing merge conflict Refactoring SDNC operations Issue-ID: CPS-484 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: Id76dfe4cb12053771883e0271153d7bf7cd98548
2021-07-09Editing of Nordix Licenses to ONAP guidelineslukegleeson1-8/+9
Issue-ID: CPS-489 Signed-off-by: lukegleeson <luke.gleeson@est.tech> Change-Id: I21e088af64576ea0486ac959ba615bd8adebb2f9
2021-06-29create quality params in dmi-pluginshivasubedi1-0/+25
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>