aboutsummaryrefslogtreecommitdiffstats
path: root/vnfm-simulator
AgeCommit message (Collapse)AuthorFilesLines
2019-06-24add junit coverage for InstantiateOperationProgressorLukasz Muszkieta1-3/+62
Change-Id: I90c6ee50276073c4c974fa1b1e1079762706853a Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-06-10replaced String.repeat with static final stringsBenjamin, Max1-9/+9
replaced String.repeat with static final strings Change-Id: Ife14fde70e8f648881a03e9343ae8faf9cb87e2e Issue-ID: SO-1999 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-06Merge remote-tracking branch 'origin/dublin' into 'origin/master'Steve Smokowski1-9/+9
Change-Id: I551ea3f29a76dc99532455ea4d7e84a316f9bf38 Issue-ID: SO-1980 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-05-31fix keypair conflict issue in openstack adapterSmokowski, Steven1-146/+145
Fix wiremock stubs to return proper data and url Fix copyright header issue on unit test file Fix keypair issue, clean up unit tests and logging Fix issues found in unit testing, update data Fix broken Unit tests that used invalid data Continue Refactor to support keypair failure scenario Update logic for when to auto delete a stuck keypair Change-Id: Ice5256cf0381a3b46d1c442907c0f321a1c0d006 Issue-ID: SO-1897 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-13Merge "fix newest sonar bugs"Seshu Kumar M1-0/+2
2019-05-09add junit coverage for InstantiateOperationProgressorLukasz Muszkieta1-0/+99
Change-Id: I8409877b8db74871ccd2a3d20a1cdc8faacbe568 Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-05-07fix newest sonar bugsk.kazak1-0/+2
OperationProgressor: restore interrupted state PnfEventReadyDmaapClient: remove useless check for null that never happens Test for this case already exists in PnfEventReadyDmaapClientTest.pnfCorrelationIdIsNotFoundInHttpResponse Change-Id: Ic7e4d0cb701721ee4d9a8bc46d65dc1d847d7704 Issue-ID: SO-1811 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-05-02VNFM simulator implementation for delete flowMichaelMorris7-121/+274
Issue-ID: SO-1773 Change-Id: I14c8325dbb8fbdaebff7b7ec674fd0ddbb5930c3 Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit 252f18a05916bd8f50e7fa803129e3e4c44cd0a5)
2019-05-02VNFM simulator implementation for instantiate flowLathish25-674/+968
Issue-ID: SO-1773 Change-Id: I710fe6905d650df29f7550f4eafde2f672301bc4 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech> (cherry picked from commit c0b9d01cbc3a3d3b1ce32178394e8fd74a10de65)
2019-05-02replace System.out by loggerk.kazak3-8/+19
Fix sonar issues connected to using System.out instead of Logger: VnfInstantiationNotification, VnfmAdapterCreationNotification, VnfmAdapterDeletionNotification Change-Id: I7385cbbf41c68d752e76c6ad277aec004a3cca8a Issue-ID: SO-1811 Signed-off-by: k.kazak <k.kazak@samsung.com>
2019-04-29VNFM simulator implementation for delete flowMichaelMorris7-121/+274
Issue-ID: SO-1773 Change-Id: I14c8325dbb8fbdaebff7b7ec674fd0ddbb5930c3 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-26VNFM simulator implementation for instantiate flowLathish25-674/+968
Issue-ID: SO-1773 Change-Id: I710fe6905d650df29f7550f4eafde2f672301bc4 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)3-255/+255
all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-10Fixed latest Sonar blocker issuesr.bogacki3-0/+9
Fixed blockers according to Sonar analysis. Change-Id: I2c2d053b66019b74ee20b0a56fb7b93bf931bb61 Issue-ID: SO-1734 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Signed-off-by: Katsia Kazak <k.kazak@samsung.com>
2019-04-09Added VNFM Simulator projectrokenny34-0/+18595
Change-Id: I9b84164dc189128eed8d09b6ce69fc5d5fd78348 Issue-ID: SO-1618 Signed-off-by: rokenny <ronan.kenny@est.tech>