aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-14Merge "Update INFO.yaml"6.0.0-ONAPfrankfurtMarcin Przybysz1-3/+24
2020-05-13Add version and parent path to PNF integration pomBartosz Gardziejewski1-0/+4
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I9e61eb6fc7d90ef9ddd6a9cb7d1f66d564696819
2020-05-13Merge "Add profile "integration" that will run integration tests for PNF and ↵Bogumil Zebek5-25/+18
Netconf"
2020-05-12Add profile "integration" that will run integration tests for PNF and NetconfBartosz Gardziejewski5-25/+18
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ib03bad90ac6921e9f75bda6d1e5163ef05b06d3e
2020-05-12Merge "Refactor sanity check"Bogumil Zebek2-16/+17
2020-05-12Update INFO.yamlmrichomme1-3/+24
Issue-ID: INT-1587 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I728c2f1e25c9b8e06d9f862401a500a26518963d
2020-05-11Refactor sanity checkBartosz Gardziejewski2-16/+17
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ifbbdb73b03aa975ae9cabc1d91be60e1012fb01b
2020-05-11Add default values for client and store passwordsBartosz Gardziejewski3-2/+2
When running PNF simulator locally (with no AAF connected) password environment variables were empty Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4135f93c6428317e6ef3769e81133e852c1adc63
2020-05-08Fix crashing file watcher threadBartosz Gardziejewski2-3/+6
When file is empty it throws BSONException, that wasn't handled Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: If868e40e8120b3d935895b6c4c4fe38d14a41843
2020-05-08Merge "Add active waiting in integration tests"Bogumil Zebek1-2/+44
2020-05-08Merge "Refactor pnf integration test"Bogumil Zebek1-10/+17
2020-05-08Merge "Add health check endpoint"Bogumil Zebek1-2/+1
2020-05-08Merge "Fix failing integration test in netconf simulator"Bogumil Zebek2-15/+44
2020-05-07Add docker-compose to run PNFsim with dynamic certs from AAFMichal Banka3-4/+168
Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I135734b17dc88728e199f35f52e87d2651006574 Issue-ID: INT-1583
2020-05-07Refactor pnf integration testBartosz Gardziejewski1-10/+17
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I2603b7fe3cd1e567e521e3be9e117ae02bd48fe2
2020-05-06Add active waiting in integration testsBartosz Gardziejewski1-2/+44
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Id9a6324852de83f0dfc0f5dfa133ef672a7a5aed
2020-05-06Add health check endpointBartosz Gardziejewski1-2/+1
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I0767c2a02954b28c11dbdacc565eeaf96b8194be
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-27Add variables to PNF simulator events and update loggingBartosz Gardziejewski18-98/+612
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I48931c0b4c68cd4de548cfa7dbaa950a24d13545
2020-04-24Merge "Update versions in README"Bogumil Zebek2-2/+2
2020-04-24Update versions in READMEBartosz Gardziejewski2-2/+2
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I3be243f5620ae36f84e6bcf9eac3fca21d174253
2020-04-23Switch pnf simulator to the new versionBogumil Zebek7-10/+54
Prepare new release line. Version: 1.0.1 Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ib64b2d4e37e22824479bdc408ce99f507215b0db
2020-04-23Merge "Release pnf simulator containers"Krzysztof Kuzmicki3-0/+67
2020-04-23Release pnf simulator containersBogumil Zebek3-0/+67
Official Frankfurt release. Version: 1.0.0 Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I293923cd72b01ec2f1174ad7668a373c0ddb6f61
2020-04-23Merge "Fix import in FsToDbTemplateSynchronizer"Bogumil Zebek1-1/+1
2020-04-23Fix import in FsToDbTemplateSynchronizer1.0.0edyta1-1/+1
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Icc383992dac2392ee1bbb5352aec202c087c2457
2020-04-23Merge "Add string formatter to error message"Bogumil Zebek1-1/+9
2020-04-23Add string formatter to error messageBartosz Gardziejewski1-1/+9
Logger.error is seen by sonar as bug due to message formatting. To resolve this issue formatting was extracted to previous line. Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: If470a94fe4349759a46ac4ff70301c5bdddc619f
2020-04-23Merge "Add synchronize TestCase FsToDbTemplateSynchronizer"Bogumil Zebek1-0/+53
2020-04-23Add synchronize TestCase FsToDbTemplateSynchronizeredyta1-0/+53
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I11c4006ec1ec14a5af38b19bd4bf66dcfa80bbbe
2020-04-22Merge "Rename docker images"Krzysztof Kuzmicki5-12/+12
2020-04-22Rename docker imagesBogumil Zebek5-12/+12
Before container release we need to fix container names to be more descriptive. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I6f6f17a5625df6d90b040dc5683202b1187cf386
2020-04-22Merge "Fix getting template by name from rest endpoint"Bogumil Zebek1-7/+17
2020-04-22Merge "Fix sonar issue SslSuportLevel"Bogumil Zebek1-1/+1
2020-04-22Merge "Increase tests coverage"Bogumil Zebek3-14/+165
2020-04-22Merge "Increase test coverage for SslAuthenticationHelper"Bogumil Zebek1-40/+5
2020-04-22Fix sonar issue SslSuportLevelAleksandra Maciaga1-1/+1
Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I8ef686ef569d5bac727404bc46d1b164b363a872
2020-04-22Increase test coverage for SslAuthenticationHelperAleksandra Maciaga1-40/+5
Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I2dc3f721e7bc6f6e0d89355e13592839aac9c985
2020-04-22Create local CSITs to verify simulator flow with VESPawel15-0/+351
Issue-ID: INT-1544 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Id54a6674fef815b91b0a6d10e73d2c8d2c431ef4
2020-04-22Merge "Add SonarQube local starter"Krzysztof Kuzmicki10-2/+111
2020-04-22Add SonarQube local starterBogumil Zebek10-2/+111
In README_SONAR.md you can find how to configure and run SonarQube locally. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ic5daa070e56cd28bd18b8f8f8abcbb793005cf3a
2020-04-22Fix getting template by name from rest endpointBartosz Gardziejewski1-7/+17
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: If7839bb91228d0e9cb43afe38c48dd11f52cb871
2020-04-22Increase tests coverageMichal Banka3-14/+165
Change-Id: Ie1e2333ee43604408ddd0551aae536bbc9bda5a7 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: INT-1517
2020-04-22Merge "Fix sonar issue KeywordsHandler RuntimeException"Bogumil Zebek2-4/+34
2020-04-22Merge "Fix sonar issue SimulatorController"Bogumil Zebek1-2/+10
2020-04-22Fix sonar issue KeywordsHandler RuntimeExceptionedyta2-4/+34
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ib862d81a6ab3b26cfeebc2f9175ed6b6f061706c
2020-04-22Fix sonar issue SimulatorControllerAleksandra Maciaga1-2/+10
Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I7af9529be268cb40922868ee62e3318509166287
2020-04-22Merge "Add EventData missing toString test"Bogumil Zebek1-11/+2
2020-04-22Add EventData missing toString testedyta1-11/+2
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I93f9947081a239725c2c3808aef61a663df3383c
2020-04-22Merge "Update java to version 11"Bogumil Zebek6-10/+10