aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator/src
AgeCommit message (Collapse)AuthorFilesLines
2020-05-06Fix failing integration test in netconf simulatorBartosz Gardziejewski2-15/+44
Issue-ID: INT-1535 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I75ec965ea580d96386c74834f146af4c7e44feca
2020-04-21Remove deprecated methodBogumil Zebek1-3/+8
Once deprecated, classes, and interfaces, and their members should be avoided, rather than used, inherited or extended. Deprecation is a warning that the class or interface has been superseded, and will eventually be removed. The deprecation period allows you to make a smooth transition away from the aging, soon-to-be-retired technology. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I985959d614c6f2544b0515ed52d6343f194e4720
2020-04-21Merge "Fix sonar issue NetconfMessageListenerTest"Bogumil Zebek1-0/+2
2020-04-21Merge "Fix checkstyle warnings in netconf simulator"Bogumil Zebek10-61/+65
2020-04-21Fix checkstyle warnings in netconf simulatorBartosz Gardziejewski10-61/+65
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I518c4863563217db746ccb5082aef7727a175bc7
2020-04-21Fix sonar issue NetconfMessageListenerTestAleksandra Maciaga1-0/+2
Tests should include assertions A test case without assertions ensures only that no exceptions are thrown. Beyond basic runnability, it ensures nothing about the behavior of the code under test. Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I0f60482a6db2e24b23630c88bf13264c4d6fbbd6
2020-04-21Merge "Fix sonar issue NetconfConfigurationService"Bogumil Zebek1-2/+2
2020-04-21Merge "Fix sonar issue NetconfEndpoint"Bogumil Zebek1-2/+2
2020-04-21Merge "Provide the parametrized type for this generic"Krzysztof Kuzmicki2-10/+10
2020-04-21Provide the parametrized type for this genericBogumil Zebek2-10/+10
Generic types shouldn't be used raw (without type parameters) in variable declarations or return values. Doing so bypasses generic type checking, and defers the catch of unsafe code to runtime. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I211f57a49a78edcb538a9c9d19e543371811845b
2020-04-21Fix sonar issue NetconfEndpointAleksandra Maciaga1-2/+2
Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: Ie6d5f5b32dc28ac64a95cec90d483476aee39451
2020-04-21Fix sonar issue NetconfConfigurationServiceAleksandra Maciaga1-2/+2
Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I08192bfd07455f7aa929060840d7e63d9a00f156
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