summaryrefslogtreecommitdiffstats
path: root/netconfsimulator/src
AgeCommit message (Collapse)AuthorFilesLines
2020-04-21Check if command line arguments are used properlyBogumil Zebek1-1/+3
Yes. Parameters are used properly. Thus we will turn off SONAR rule (Using command line arguments is security-sensitive) for this main functions. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I659ba8d6d932653f4866667faa04236a72d77b6b
2020-04-21Fix sonar issue KafkaListenerHandleredyta1-9/+6
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I1e65a3c0a1bb12d0809dc33a491b81d0b58fb324
2020-04-16Move netconf integration tests to separate catalogBartosz Gardziejewski2-1/+2
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I814439a6b0ab7fbe08253c7bd9639bde3320ece2
2020-04-15Fix failing netconf integration testsBartosz Gardziejewski1-6/+6
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I98e22b54fe366bec392cf7f37c0fd52417ff2433
2020-04-15Change rest method access to publicBartosz Gardziejewski2-8/+8
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I8993d3c45c616890ea1fd08528557e6e25dcb3f8
2020-04-08Move PNF simulator from /test/mocks to new projectBartosz Gardziejewski44-0/+2911
This code is a copy of pnfsimulator located in integration repository (/test/mocks/pnfsimulator) with added profile "docker" in pom.xml located in pnfsimulator and netconfsimulator subprojects Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I725fa0530c41b13cb12705979dee8b8b354dc1a1