aboutsummaryrefslogtreecommitdiffstats
path: root/so-simulator/src
AgeCommit message (Collapse)AuthorFilesLines
2021-06-30Reducing org.reflections package loggingwaqas.ikram1-0/+2
Change-Id: I05c95912a2f7ed5fef7d76728b8a4c0a6cecca10 Issue-ID: SO-3702 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-04-27:Sonar issues review, fix weak cryptography problem. Reformat codesamuel liard6-63/+58
Issue-ID: SO-3625 Signed-off-by: sliard <samuel.liard@gmail.com> Change-Id: Ied243d59ebd92e158c451f2cdd694895103de2eb
2020-11-03put back logic to create VNFC edgesSmokowski, Steven8-165/+31
put back logic to create VNFC edges Consolidated similiar sim scenrios into 1 and updated robots properties Support macro scerios for vnfc to vfmodule relationship. Issue-ID: SO-3361 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idcb9bb179b4dc3c16bc97939c8260462dd27ca4e
2020-10-22Update to not create VNFC relationshipSmokowski, Steven1-0/+24
Update to not create VNFC relationship remove VNFC edge, AAI will automatically create this Move edge creation to sim, as AAI other ms does it update to search to make edge to vserver Issue-ID: SO-3329 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I70e37f98c8c7b9e9859149f326cfde76fa408f7c
2020-10-21Removed audit codeBoslet, Cory8-20/+192
Updated to error on inventory therefore no longer need audit Removed the audit UT test from source Removed the audit from the task services. Updated the BB unit test to not have audit anymore Changed robots to fix for create inventory. Delete the vnfc by id after each robot Create pserver in aai that ci is using Continue to fix robot test for heat bridge Continue to fix robots due to heatbridge enabled More changes to simulator to account for heatbridge for replace scenrios Added get resources scenrio for heatbridge Added header and added version to simulator Added correct response file and header for base module id Fixed the remaining failing service instance robots Changed to get tenant id else where when null Fixed the macro robots for heatbridge and getting resources Added scenrios that are still needed for heatbridge Added to connect when already exist and missing relationships Updated unit test to account for change to code. Issue-ID: SO-3316 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8cefebd91261fcb8ff03d582afb48517dd34625a
2020-10-14Removed unused sim scenrios and robotsBoslet, Cory11-342/+0
Removed unused sim scenrios and robots Issue-ID: SO-3301 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0db39d3fb6f193c060634989e54215ab52cbf857
2020-09-23removed references to AAIObjectTypeBenjamin, Max4-19/+17
removed references to AAIObjectType and AAIObjectPlurals additional corrections for removal of aai object type corrected additional java files updated groovy files to match aai fluent builder style Issue-ID: SO-3259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifdf12fcacb34cc648548eb18b638afd06dad67a9
2020-09-20Heatbridge UpdatesSmokowski, Steven2-31/+15
Updated heatbridge to work with upcoming A&AI changes Issue-ID: SO-3257 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6b58c8e2a920e715d303aeda5137952f667c3133
2020-08-06changes for java 11 upgradationarun chapagain1-2/+2
Issue-ID: SO-3082 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: Icb14f1a29d06d828307f0acc23d4414fecbbfaa3
2020-06-24Update sim case for sdncMnushkin, Dmitry3-1/+114
updated what we write to aai to match sdnc Issue-ID: SO-3004 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic223034fc8805c956637e8443e162c71456da476
2020-04-29rename package for external useBenjamin, Max5-19/+19
rename package for external use Issue-ID: SO-2852 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id883f0c847c24a260dbf8c63ce5e1330c045d6de
2020-04-17openstack inventory captureSmokowski, Steven43-55/+99
Begin heatbridge refactor initial check in of heatbridge Additional commits of heatbridge Update Heat bridge to write more AAI data Update to utlize HeatBrdige to populate AAI Adjust simulator endpoints to work again Remove not needed BB Test case, fix tc Refactor how AAI relationships are being built Issue-ID: SO-2777 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iffccc24e18b278188c3fe98bcb1ad9685229d0a2
2020-04-15Updated scenrios to fix failing robot testBoslet, Cory1-24/+5
Updated scenarios to fix failing robot test Issue-ID: SO-2810 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib4145dc6b2c57cb7f5f718399c6d298df519dc0e
2020-03-26convert openstack to external tasksBoslet, Cory5-12/+119
Use external tasks to communicate with openstack adapter Will be more resilient to failures Refactored all flows to use external tasks not REST calls Rollback is now an external task Ensured backwards compatibility Issue-ID: SO-2767 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8afdb89c688d756aed0f25f7d9a7fb898142554d
2020-02-04Fix logging issue in so-simulatorParshad Patel4-6/+15
Use a logger to log this exception Either log or rethrow this exception Issue-ID: SO-1841 Change-Id: I5a9802fcf11d610cd60b61c0760781add7cdc91d Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-01-30Remove Valet from openstack adapterSmokowski, Steven1-0/+1
Remove Valet from openstack adapter Clean up CI, so it passes on dev branch Fixed bad merge regarding correct method name. Added try catch around createIfNotExists methods to avoid failing sim. Fix broken Fabric Tests from merge Update logging jar dependency for CI Issue-ID: SO-2623 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I572276f751b132ec78d7ab5763f1c76bfc8256c5
2020-01-07consolidated security configurationBenjamin, Max1-1/+2
consolidated security configuration into common package Issue-ID: SO-2584 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1e78259ffbf88e792f1f7a5a10cd1fdad8eaea36
2019-12-18Support for volume groups on replace VF Module.Kuleshov, Elena2-0/+76
Support for volume groups on replace VF Module. [MSO-8375 R2002} Add full JUnit coverage for replaceVFModule scenarios, add replace changes to general macro data. Fix a JUnit to pass correct parameters to a method. Add back setting volume group id for new volume group on replace action. Issue-ID: SO-2577 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I73289da21e0c7de7451b63e99e184692e800aaf0
2019-12-11Updated simulator test filesGamboa, Gilbert3-5/+5
Updated simulator test files with different values Issue-ID: SO-2566 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4fda3a551e5d3afd520000a57bef5f732201be99
2019-12-11Add so-simulator projectMnushkin, Dmitry105-0/+4149
contribute simulator to onap project Issue-ID: SO-2463 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0a3a71fdeb47cbbd686830045a8bc40769102a29