aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-04-21Merge "Fix sonar issue NetconfMessageListenerTest"Bogumil Zebek1-0/+2
2020-04-21Merge "Fix checkstyle warnings in netconf simulator"Bogumil Zebek6-44/+48
2020-04-21Fix checkstyle warnings in netconf simulatorBartosz Gardziejewski6-44/+48
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-21Provide the parametrized type for this genericBogumil Zebek1-6/+6
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-16Move netconf integration tests to separate catalogBartosz Gardziejewski2-361/+0
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-08Move PNF simulator from /test/mocks to new projectBartosz Gardziejewski19-0/+1574
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