aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2023-10-18changes for update functionality for entities..Kiran4-0/+73
Issue-ID: TEST-412 Change-Id: I598c289f87fff80323ef979600df45d4fa4591dd Signed-off-by: Kiran <kiran.mhetre@t-systems.com>
2023-10-16Merge "Add delete-anchor method for cps"Micha? Jagie??o1-0/+9
2023-10-16Add delete-anchor method for cpsArne Chrestin1-0/+9
Issue-ID: TEST-408 Signed-off-by: Arne Chrestin <arne.chrestin@telekom.de> Change-Id: I6ad9c25dbe9b45fdaf357d0a540332089be5a6a6
2023-10-16Create package with version on different formatMichal Jagiello1-1/+1
Release jobs requires that version format Issue-ID: TEST-407 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8b602898c9e5ebe9245e4e88e798ba0ed22fe25d
2023-10-09Release 12.4 versionMichal Jagiello1-1/+1
Changes: * more A&AI methods for several resources Issue-ID: TEST-407 Change-Id: I6aa5bdc340ed154df24e1f5421e8d9ee11de1c70 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2023-10-05updated changes for delete functionality for entities and relationship ↵Kiran7-68/+307
between entities. Issue-ID: TEST-407 Change-Id: Ie8abaee76af001260ae999d3e56e886b8f449517 Signed-off-by: Kiran <kiran.mhetre@t-systems.com>
2023-09-25Fix invalid pnf model instantiation parametersMichal Jagiello1-1/+1
Use PNF instantiation parameters instead of service's ones Issue-ID: INT-2264 Change-Id: I6fea78df4467d4751f4a7fc008e9de9ef7219955 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2023-09-15Regression quickfixMichal Jagiello1-1/+1
Release 12.3.1 quickfix version Issue-ID: INT-2137 Change-Id: I785e7256bc5678e098cdf77d78d9ee27db8fd69f Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2023-09-14Release 12.3.0 versionMichal Jagiello1-1/+1
Includes: * [SO] Instantiate Service Without Resource Issue-ID: TEST-405 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I89c248ce57c8c13b3ea13f0990df958727d867eb
2023-09-13[SO] Instantiate Service Without Resourcesheetal ghadge1-191/+221
Updated jinja template & unit test for service withoutt resource Issue-ID: TEST-405 Change-Id: I6c163b038dbd7fc7e3afbe12e5da21d1b5b7f5ea Signed-off-by: sheetal ghadge <sheetal.ghadge@t-systems.com>
2023-07-28Release 12.2.0 versionMichal Jagiello1-1/+1
New PNF instantiation functionalities Issue-ID: INT-1234 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ica039562c17c5248e9d74795fbe1d37db76a5fe5
2023-07-27ONAP SDK to add new PNF functionalityAbhishek Patil2-48/+64
Issue-ID: TEST-401 Change-Id: Ib603b9aaad43bb8c55ff5c2c23cd9a1a36475de9 Signed-off-by: Abhishek Patil <abhishek.patil@t-systems.com>
2023-07-05Release v12.1.0 versionMichal Jagiello1-1/+1
Contains bug fix for CPS and new method for SDC Service Issue-ID: INT-2222 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I53d24d7a7a1ef89b38700579e9b33d52a20464dd
2023-07-05[SDC] Add get_by_identifier method to service classMichal Jagiello1-0/+15
Allows to get service object using it's identifier Issue-ID: INT-2222 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I70a5ae74effbf1fdf2e2b70c1c9f084ba8f62654
2023-06-27Release London version of ONAP SDKMichal Jagiello1-1/+1
Version 12 -- as London is 12th ONAP release Issue-ID: INT-2255 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ia7ba2268fa8e25deb50266a5ca0c2f64f85cced2
2023-06-26Orchestration request changespeukerl@telekom.de2-5/+43
status-message added to orchestration-request pnfRegistrationFields added to service-instantiation Issue-ID: INT-2253 Signed-off-by: peukerl@telekom.de <peukerl@telekom.de> Change-Id: I8dd1ee326d63c915591829ceaca2e0f8247afdde
2023-06-19Release v10.7.0Michal Jagiello1-1/+1
Added functionalities: - PNF instantiation using SO workflows - PNF deletion using SO workflows Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ic266dd495f927d281dd412a7544f397b13d9fe88
2023-06-19Merge "pnf-functionalities added, parameters for service-instantiation added"Micha? Jagie??o4-9/+105
2023-06-19pnf-functionalities added, parameters for service-instantiation addedpeukerl@telekom.de4-9/+105
Issue-ID: INT-2250 Signed-off-by: peukerl@telekom.de <peukerl@telekom.de> Change-Id: I71d7ea0e05be0571a195c093a59fe3d08a138493
2023-06-16Release v10.6Michal Jagiello1-1/+1
Version with: - CPS v2 version support - SO catalog db adapter class - timeout option for requests Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I005fb50e1dd02c9be6b320688036098975fab1bf
2023-06-16Add timeout option for requestsLukasz Rajewski2-14/+15
Timeout option added for session creation with default value. Issue-ID: TEST-398 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I3eaeb3feafc702aa237824c1302f5b83e6800182
2023-06-14Merge "added CPS changes in anchor"Micha? Jagie??o1-5/+5
2023-06-14added CPS changes in anchorAlexey Aleynikov1-5/+5
Issue-ID: TEST-395 Signed-off-by: Alexey Aleynikov <alexey.aleynikov@telekom.com> Change-Id: I425550bcbfa0b7a3aaba32ecce9c11b9556148a1
2023-06-13[SO] Fix typo in module nameMichal Jagiello1-1/+1
Change catalog_cb_adapter into catalog_db_adapter Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I891f59fec3e8f42e698ee125db1ad393668fda7c
2023-06-12[SO] Add SO catalog db adapter classMichal Jagiello2-1/+138
To communicate with so-catalog-db-adapter service Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id181c66f6e89cae314a6973798027bf3c831dab7
2023-06-07added changes in CPS api v2 and code od anchor and dataspaceAlexey Aleynikov1-1/+8
Issue-ID: TEST-395 Signed-off-by: Alexey Aleynikov <alexey.aleynikov@telekom.com> Change-Id: I6cd8fa6e35b5349533cac4688dcb6234f493aa60
2023-05-25Addition-Deletion PNF Support in Automation(Macro-Flow)Sreeja Gattagouni1-0/+174
-PNF Additon Support -PNF Deletion Support Issue-ID: INT-2211 Change-ID:I73f97f986a817d423f92f8d925dcd0947b8a2525 Signed-off-by: Sreeja Gattagouni <sg00744975@techmahindra.com>
2023-05-25Merge "New methods and functionalities for A&AI"Lukasz Rajewski9-16/+52
2023-05-25New version of CPS packageMichal Jagiello2-1/+78
Use wrapper to handle cps exceptions Update CPS tests Issue-ID: INT-2187 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I3dec62532e89994545524a3695cfb01e4880c089
2023-05-25New methods and functionalities for A&AIMichal Jagiello9-16/+52
Use A&AI v27 version Remove usunsed on gerrit GitLabCI configuration Issue-ID: INT-2187 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Iaa71e129f644647a5cb62c8a3a5d8446b2339268
2023-05-24Fix SDNC GR-API endpointAleksandr Taranov1-0/+59
Issue-ID: TEST-395 Signed-off-by: Aleksandr Taranov <aleksandr.taranov@telekom.com> Change-Id: I0f9321f5dd8803f95b329fcd1fe525ede3c62d68
2023-05-22Create SDNC EndpointsAleksandr Taranov3-0/+525
Issue-ID: TEST-395 Signed-off-by: Aleksandr Taranov <aleksandr.taranov@telekom.com> Change-Id: I688e2e96c9b6f3edee59105dcbd05f31f3ad1325
2023-05-11Version 10.5.0Michal Jagiello1-1/+1
Bump version with latest instantiation changes Issue-ID: INT-2187 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ie3c76e2c970486421778b46bd050d1f0260fc5dc
2023-04-12API support for Upgrade Scenariossanket123452-2/+83
-API Support in Automation- ONAPSDK for -Service Upgrade -CNF Upgrade Issue-ID: INT-2187 Change-Id: I09f42f825b818b770f02f1d801bcd0084b8b8bab Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
2023-03-17Change link to delete SDC resourcesMichal Jagiello1-1/+1
Link changed - thanks to that change resources are deleted properly Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I5f9fc8f1cf829662745360ee0cdd69cc63df0eb3
2023-03-14Version 10.4.2Michal Jagiello2-3/+14
Archive SDC Vendor Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I520ca35a973eb52f3d5625cc282c88bdd06effff
2023-03-10Release 10.4.1 bugfix versionMichal Jagiello1-1/+1
* Bump requests dependency * Add missing more_itertools to setup.cfg Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I581796b741475eafe908c3e7e1b4b80fd4475990
2023-03-06Release 10.4.0 versionMichal Jagiello1-1/+1
Release version with: - adding VSP archive - using k8s plugin without MSB Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ica8059a2b34654cbb444f041c8bc67f34d92f797
2023-03-03Archive Vendor Software ProductMichal Jagiello1-4/+18
Add a method to archive SDC VSP resource Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: If643ff47e6b7385eff5d745a5896bf4cb76c5c67
2023-03-01Update K8sPlugin APILukasz Rajewski3-22/+1488
- add new methods for Instance API - added option to use K8sPlugin without MSB Issue-ID: TEST-391 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I35b6c8ba9574ca2385c97edde5dbb036b30aebc9
2023-01-19[CPS] Fix errors on CPS module and release 10.3.2 versionv10.3.2Michal Jagiello2-2/+2
Fix getting schame-set Use API versioning Issue-ID: INT-2194 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I541ca9d143b0fa184fb5b734b4b355d44040d30b
2023-01-16Release bugfix version 10.3.1v10.3.1Michal Jagiello1-1/+1
Fix a bug with incorrect url to delete SDC elements (vendors, vsps) Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Idd1fab4db52b5c69acf8da36f5dda56d57172cb1
2023-01-16Release 10.3 version of ONAP SDKv10.3Michal Jagiello1-1/+1
Release a version with sdc resources deletion Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I2e353b62eda3eac2f7a07c634ec0e1d8ef613ba7
2023-01-16Archive and delete SDC Resourcesankitg@aarnanetworks.com2-3/+34
Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ic63628440059bacac03689d61859c6a72f7780df
2023-01-16Revert "Archive and delete SDC Resources"Micha? Jagie??o2-16/+1
This reverts commit b7948cee800b2e7b09065148cc326c5a35867550. Reason for revert: Failing tests Issue-ID: INT-2193 Change-Id: I3a968c6c7ce34d930d782c128de1be86811aaadf Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2023-01-16Archive and delete SDC Resourcesankitg@aarnanetworks.com2-1/+16
Issue-ID: INT-2193 Change-Id: I89f7e328dcc514ca632ca2193a80a9994a50cb59 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2022-11-25Run Python 3.11 testspaweldenst2-10/+7
This commit deletes unnecessary comments Issue-ID: INT-2168 Signed-off-by: paweldenst <pawel.denst@external.t-mobile.pl> Change-Id: I08b738d3a9aebbdf5d305a118a4d7b7e64d686a5
2022-10-17Release ONAP SDKv10.2Michal Jagiello76-0/+18495
Issue-ID: INT-2150 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I650047c599a5aae6de7c6b42d38e34aea88578e2