aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-common/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-12-185G core nssmf - Allocate apialeemraja2-24/+30
Code changes to fix issues observed during testing for share/non-shared nssmf Allocate api Issue-ID: SO-3418 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea51a91a7034502323b2cf3a615
2020-11-06BH endpoint update in AAI for 5G Core.aleemraja1-1/+6
Issue-ID: SO-3354 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I99dc4e53dbec1231a76ae184fe4b57afe1a696db
2020-10-01Use Allotted Resources in Deallocate and Modify flowsalexanb3-88/+140
Issue-ID: SO-3280 Change-Id: I5c325cb45e3230fc7d7e2190233c6ee91b7175b6 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-27Enrich Deallocate and Modify Core NSSI sub-processesalexanb3-78/+235
Issue-ID: SO-3267 Change-Id: Iffcc8f0d12ed75683d8a1e2e80e5608b1271f7d6 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-23removed references to AAIObjectTypeBenjamin, Max31-250/+262
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-23Develop common logic for Core NSSI flowsalexanb3-572/+832
Issue-ID: SO-3260 Change-Id: Iaebcca2a137198aebba42f0d5667eeecaca3c12e Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-21Merge "Adding more unit tests in Deallocate Core NSSMF workflow"Byung-Woo Jun1-0/+829
2020-09-21Adding more unit tests in Deallocate Core NSSMF workflowalexanb1-0/+829
Issue-ID: SO-3247 Change-Id: I5514e1fe70bead988ea884bc312374e0d51d9dd8 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
2020-09-18Merge "Update NSMF workflow to for the E2E Network Slicing requirements"Chuanyu Chen1-39/+0
2020-09-18Update NSMF workflow to for the E2E Network Slicing requirementshetengjiao1-39/+0
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic792896cc3e7b23f02fd7f8b8305402271eb0d78
2020-09-17Merge "Implement Allocate Core NSSMF workflow"Byung-Woo Jun3-0/+867
2020-09-17Implement Allocate Core NSSMF workflowaleemraja3-0/+867
Issue-ID: SO-3234 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea60a91a7034509696b2cf3a987
2020-09-17Implement Activate and Deactivate Core NSSMF workflowaleemraja1-0/+631
Issue-ID: SO-3235 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea60a91a7034508965b2cf3a987
2020-09-17Merge "Implement Workflows to handle NSSMF Common functionalities"Byung-Woo Jun4-0/+347
2020-09-16Implement Workflows to handle NSSMF Common functionalitiesPriyadharshini4-0/+347
Issue-ID: SO-3190 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I38ce91415fc5ced083e017ed4306873d17d5fa24
2020-09-15Implementation of TN NSSMF WF on SOhyu20104-0/+654
(1) Workflow of Allocate TN NSSI (2) Workflow of Deallocate TN NSSI (3) Workflow of Activate and Deactivate TN NSSI (4) Workflow of Modify TN NSSI NOTE: 1. The full implementation of TN NSSMF consists of two layers: (1) The TN Sice definition layer, which is an orchestration layer that provides the NBI of TN NSSMF to its consumers (i.e., it concerns the "what" question), and (2) the TN slice realization layer, which is responsible for the actual network configurations of TN slicing (i.e., the "how" question). The first layer is done on the SO (i.e., this changeset), while the 2nd layer is implemented on the SDNC. That's why this changeset is relatively simple, since the "real work" is done by the SDNC. 2. This changeset depends on the common NSSMF WF (https://gerrit.onap.org/r/c/so/+/111477) Issue-ID: SO-2959 Signed-off-by: hyu2010 <henry.yu1@huawei.com> Change-Id: I9d4e77b7706d28fb4133ddca0ff1d6e307be613d Signed-off-by: hyu2010 <henry.yu1@huawei.com>
2020-04-29rename package for external useBenjamin, Max29-104/+104
rename package for external use Issue-ID: SO-2852 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id883f0c847c24a260dbf8c63ce5e1330c045d6de
2020-04-16move network adapter to an external client taskBoslet, Cory2-672/+0
Began impelenting new network external task. Made the vnfAdapterTask subflow an openstack subflow, refactored infra flows and BB to call it for network functions. Fixed bugs discovered through a robot dry run, added unit test, added support for rollback network request Updated junit test files for comparison due to not polling for response Removed the no longer used network adapter rest task from bpmn tasks Removed the unused network adapter async and its beans Removed network async client package from open pojo scan Issue-ID: SO-2813 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c25892012cc86659ab122448ed1aca5cab91671
2020-03-28Merge "Add test for CreateSliceService flow"Chuanyu Chen1-0/+75
2020-03-16split single and plural graph inventory urisBenjamin, Max6-12/+15
split single and plural graph inventory uris updated all object references in MSO using graph inventory plurals corrected unit test stubbings added additional unit tests correct interfaces to return plural after related-to modified the way http aware uris are built reformated interfaces to no longer duplicate methods corrected issues with identity of unbuilt uris removed AAIUri references from groovy files fixed clone behavior on Uri objects Issue-ID: SO-2743 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I37aa2a13dcbf010b6c82ad73af3be5db5d9bd673
2020-03-13Add test for CreateSliceService flowHarry Huang1-0/+75
Issue-ID: SO-2368 Cover prepareDecomposeService, processDecomposition, prepareCreateOrchestrationTask, sendSyncResponse Change-Id: I9f36c8055b708f0c04acbf1d575dfcc2da5ed55d Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-12Merge "Add test for CreateSliceService flow"Seshu Kumar M1-0/+162
2020-03-12Add ut for ActivateSliceService and update ut for ActivateCommunicationServicehetengjiao2-2/+120
Issue-ID: SO-2368 Change-Id: I0ec9db116fae10c63e0de9582491e80600a9b145 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-10Update test for deleting communication servicezm3301-4/+48
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib762da956041cab73082cdd355d59c3cf6dd29ee
2020-03-10Add test for scritp utilzm3301-0/+19
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I1102a6ca9ba4d22b2ab58b45111e401ac67ac2e7
2020-03-10Add sub-process test for deleting slice servicezm3301-0/+258
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I15e479b9dd6670d3576ef3446e8902aca699f7fd
2020-03-07Add sub-process test for deleting slice servicezm3301-0/+441
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I3c3bfd64db1173c188d047b47bd26b2cc5439d1d
2020-03-07Add test for deleting slice servicezm3302-5/+176
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Icd892109aeea94d544c4d0efdc108ffb4d7991cb
2020-03-06Add test for deleting communication servicezm3301-0/+264
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I08bff207969470cc86d7d90356dfd8313814b1a4
2020-03-06Add test for CreateSliceService flowHarry Huang1-0/+162
Issue-ID: SO-2368 Cover preprocess Change-Id: I03466580bc688f6dc6ab0d5660eb96de395205cf Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-05Add Unit test for ActivateCommunicationService bpmnhetengjiao1-0/+224
Issue-ID: SO-2368 Change-Id: If5d595728fab8fb223317e078066272f145b09c6 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-04Merge "Add unit test for DoCreateCommunicationService workflow"Seshu Kumar M1-0/+196
2020-03-04Add Unit Test for Create Communication Service workflowhetengjiao1-0/+456
Issue-ID: SO-2368 Change-Id: Id08ea8dc494488aeac58597f6db6ffc684652e59 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-04Add unit test for DoCreateCommunicationService workflowhetengjiao1-0/+196
Issue-ID: SO-2368 Change-Id: Ibaf868c2e7c0dc281da14cafe8dacf03330da951 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-02-28Merge "SW UP building block and workflow"Seshu Kumar M4-0/+283
2020-02-28Add unit test for CheckServiceProcessStatus workflowhetengjiao1-0/+344
Issue-ID: SO-2368 Change-Id: Ice0609357a03ddb1d8bc6afd370b0be2cad41bfc Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-02-27SW UP building block and workflowEricMoore4-0/+283
This commit creates two bpmn 1. PNFSoftwareUpgrade.bpmn 2. PNFSWUPDownload.bpmn Respective Testcases are also written for both bpmns. Issue-ID: SO-2514 Issue-ID: SO-2515 Change-Id: Icb1706f1974341182f13b9125e09418b61571c52 Signed-off-by: EricMoore <eric.e.moore@est.tech>
2020-01-30WaitForPnfReadyBB message fixLukasz Muszkieta1-4/+5
fix problem with sending message to camunda process Issue-ID: SO-2606 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Iace8d283702968e0f3917feb498927eeacfed421
2020-01-29Merge "Create WaitForPnfReadyBB"Seshu Kumar M1-0/+125
2020-01-29AssignPnfBB connects PNF and service instance in AAIJoanna Jeremicz3-196/+0
Change-Id: I92ab4b45acb120d647ea3de7a455e2e873c12a72 Issue-ID: SO-2605 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2020-01-28Create WaitForPnfReadyBBLukasz Muszkieta1-0/+125
Issue-ID: SO-2606 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I55281130c8ce0fde68d7a0554dd9023e44b9f2b0 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2020-01-10Merge "Align AssignPnfBB with Service Macro Create -move and align logic of ↵Lukasz Muszkieta5-98/+196
BB delegates with tests -remove unnecessary classes -add tests cases for Pnfs in ExtractPojosForBBTests"
2020-01-10Align AssignPnfBB with Service Macro CreateRemigiusz Janeczek5-98/+196
-move and align logic of BB delegates with tests -remove unnecessary classes -add tests cases for Pnfs in ExtractPojosForBBTests Issue-ID: SO-2568 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ic48e2c1c6ab852c33837091da3e7916b71c26466
2020-01-07consolidated security configurationBenjamin, Max1-69/+0
consolidated security configuration into common package Issue-ID: SO-2584 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1e78259ffbf88e792f1f7a5a10cd1fdad8eaea36
2019-12-20Merge "Externalize AssignPnf Building Block and refactor existing code ↵Lukasz Muszkieta2-0/+98
accordingly"
2019-12-20Externalize AssignPnf Building Block and refactor existing code accordinglyRemigiusz Janeczek2-0/+98
Issue-ID: SO-2568 Change-Id: I1eec15862d6f0b5e8ae4c952b290be8d5fc786dd Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
2019-12-20Merge "Added AAF Integration related changes"Seshu Kumar M1-13/+31
2019-11-26restoring the pnf dmaap client functionality to the proper working versionLukasz Muszkieta3-45/+7
Issue-ID: SO-2339 Change-Id: I2a12517fd7b37d3260058be6c5c27865e207b861 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-11-21Added AAF Integration related changesRamesh Parthasarathy1-13/+31
Created two profiles for the application to run. Basic profile will allow the application to run in the current spring security authentication. AAF profile will authenticate and authorize requests with AAF. if no profile is given, it will fallback to basic. Change-Id: I2576f02e7afca3c10e02aaffef66a60fa1c4dd1a Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-09-24Update Resume Logic and Add Workflow ListenersSmokowski, Steven1-0/+20
Updated with the error log messages Changed the code to do string compare for eventName update workflowaction to only persist if not resume Issue-ID: SO-2363 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I139f2427ae0f0253a15cc51003318686568cb514