Thomas Kulik [Thu, 5 Mar 2026 08:58:47 +0000 (08:58 +0000)]
Merge "CI: Deploy python based Github2Gerrit"
Fiete Ostkamp [Tue, 24 Feb 2026 14:14:46 +0000 (15:14 +0100)]
Improve resilience of basic_cnf_macro test
- adjust the CDS CBA that checks for the deployment of the httpd pod
to wait for some time before first checking deployment to allow pod to be scheduled
Issue-ID: INT-2361
Change-Id: Ia9c4818d4e15169158292d605da0d31e1a1e5388
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Lukasz Rajewski [Tue, 24 Feb 2026 11:44:25 +0000 (11:44 +0000)]
Merge "Fix vnf_basic_vm failing due to cleanup error"
Fiete Ostkamp [Tue, 24 Feb 2026 11:04:42 +0000 (12:04 +0100)]
Fix vnf_basic_vm failing due to cleanup error
- the test currently fails in the cleanup step because the cloud
region cannot be deleted
- it cannot be deleted because there are still flavor and image
objects in AAI that reference it
- add test case to test the CloudRegionCreateStep
Issue-ID: INT-2359
Change-Id: Ic368be04befe55fd3e9e5fba284a6a17458187de
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Tue, 24 Feb 2026 11:13:13 +0000 (12:13 +0100)]
Fix wrong port in basic_cnf_macro test
- change ports (8080 -> 80, 8443 -> 443) for httpd image in cnf chart
Issue-ID: INT-2360
Change-Id: Id91a4e2fe9454d3d804df291c176ff0dcac1f7ca
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Lukasz Rajewski [Tue, 24 Feb 2026 07:03:30 +0000 (07:03 +0000)]
Merge "Python 3.12 compatibility"
Fiete Ostkamp [Tue, 24 Feb 2026 06:26:48 +0000 (07:26 +0100)]
Python 3.12 compatibility
- remove avionix dependency [0]
- remove the HelmChartStep that used it since it
is not referenced anywhere else
[0] unmaintained and last updated in 2021
Issue-ID: INT-2358
Change-Id: I593baa8073fe249731be5b9fe2bfa40fe2887055
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Mon, 23 Feb 2026 15:11:33 +0000 (16:11 +0100)]
Use unique complex names per test
- AAI only allows deletion of objects when there is no other object
referencing it
- multiple tests use the same complex name `lannion`
- tests fail in cleanup step because the complex cannot be removed
since it is still in use by other tests
- use unique complex names to isolate the tests and resolve the
cleanup issue
Issue-ID: INT-2357
Change-Id: Icabad09ce1965147201253503bbbf9081402c692
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Fri, 13 Feb 2026 22:44:02 +0000 (23:44 +0100)]
Fix basic_cnf_macro test
- update the basic_cnf_macro.zip to use a non-bitnami image
for the httpd helm deployment
Issue-ID: INT-2353
Change-Id: Ia3bef0b9a5a481e5d5c739472b8ce4c8be38eb39
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Fri, 13 Feb 2026 15:37:52 +0000 (16:37 +0100)]
Update resource-resolution.zip to fix test case
Issue-ID: INT-2351
Change-Id: Id00a3ce3aae6e9eb80f027c8e5c60565534ab9ba
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Fri, 13 Feb 2026 14:03:47 +0000 (15:03 +0100)]
Fix cds-resource-resolution test case
- adjust expected response
Issue-ID: INT-2351
Change-Id: I23a3c72578bccb66ee1b7f4d8ce12ed8773d27e5
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Fri, 13 Feb 2026 13:44:36 +0000 (14:44 +0100)]
Log diff when cds-resource-resolution fails
Issue-ID: INT-2351
Change-Id: Idc77f403cf2d80eb3972ccf2c0f38b66ab93ebbf
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Kevin Sandi [Fri, 13 Feb 2026 09:05:24 +0000 (03:05 -0600)]
CI: Deploy python based Github2Gerrit
Issue-ID: CIMAN-33
Change-Id: Ie75451906cb534f2714eefb8264b6ced454e282c
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Fiete Ostkamp [Thu, 12 Feb 2026 06:58:57 +0000 (07:58 +0100)]
Declare otel deps in install_requires
- install_requires is used when pointing pip to a git repo
- since that is what we do in xtesting, we need to declare
the otel deps there since they would not be installed
otherwise
Issue-ID: INT-2351
Change-Id: I50c00e63a98da7671d94bbb3aaaac388ec5d9f97
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Mon, 9 Feb 2026 14:27:49 +0000 (15:27 +0100)]
Make SDNC healthcheck in tests backwards compatible
- expect 204 No Content response or
- 200 response with content
Issue-ID: INT-2351
Change-Id: Ib22f323a163f081d29d7d2e2fb5a5759b6226acc
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Mon, 9 Feb 2026 09:59:28 +0000 (10:59 +0100)]
Remove dependencies that are not used
Remove:
- cryptography
- pandas
- matplotlib
- grpcio-health-checking
Issue-ID: INT-2347
Change-Id: I9e41e2025567217427704d767641188bb52c4d95
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Sun, 8 Feb 2026 15:19:10 +0000 (16:19 +0100)]
Fix SDNC health check
- the latest SDNC version is not returning a response body
anymore for the health check endpoint
Issue-ID: INT-2348
Change-Id: Ia11c82315f238221f892125ee03620f832df0f81
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Sun, 8 Feb 2026 10:27:11 +0000 (11:27 +0100)]
Override otel error tags for expected 404 Not Found responses
Issue-ID: INT-2347
Change-Id: Ic19e9f5000599731e2f543616c174e806689a03c
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Sun, 8 Feb 2026 09:15:29 +0000 (10:15 +0100)]
Distribution fixes
- readd the recently removed [0] service.distribute() call in `YamlTemplateServiceOnboardStep.execute`
- avoid `AttributeError` that occurs when attempting to iterate over
`self.service.latest_distribution.distribution_status_list` and `.distribution_status_list` is `None`
- add tests for YamlTemplateServiceOnboardStep to test the distribution
- add flake8 + black precommit hook (linter also used in the pipeline)
[0] https://gerrit.onap.org/r/c/testsuite/pythonsdk-tests/+/140736
Issue-ID: INT-2346
Change-Id: I6627c0a5c8cd4e7b8f7f2a50e2797b9a8a4728ec
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Sat, 7 Feb 2026 09:22:26 +0000 (10:22 +0100)]
Enhance tracing context for pythonsdk-tests
- define spans in central places to connect the disconnected
traces that are now mostly being produced by the http requests
the tests are making
- fix tox issue in the pipeline by replacing coala-bears linter
package which was last updated in 2017
- fix linter warnings
Issue-ID: INT-2345
Change-Id: I53fd7db0c453cb2e3ce58cf69fbac7a30b2a8631
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Tue, 21 Oct 2025 07:53:11 +0000 (09:53 +0200)]
Replace apache bitnami image with httpd image in the basic_cnf test
- bitnami is only publishing images under the latest tag now
- this has lead to an ImagePullBackoff issue in the cnf test
- use a httpd image in the basic_cnf_cba_enriched.zip
- add a README in the artifacts folder to describe commands
needed to unzip and rezip the artifact for future reference
Issue-ID: INT-2333
Change-Id: I7e9198a05fb2c8a0f2ac29a401e5044fc046e852
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
Fiete Ostkamp [Mon, 19 May 2025 09:21:01 +0000 (11:21 +0200)]
Use ves-client 1.0.2 image in pnf-simulator chart
- use the latest ves-client release image
Issue-ID: INT-2317
Change-Id: Ie73238bcf38b44177eef6042770c27ca4bc50f78
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 14 May 2025 13:31:32 +0000 (15:31 +0200)]
Use newer snapshot image that is smaller
- reduced image size (350MB -> 250MB)
Issue-ID: INT-2317
Change-Id: Id96a1d7bd9d4355de50e6ec9e9366a99f2cc879a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fiete Ostkamp [Wed, 14 May 2025 08:10:20 +0000 (10:10 +0200)]
Use newer ves-client snapshot image
- contains fix for segfault when invoking the java command
Issue-ID: INT-2321
Change-Id: Ic30d022a5df21cd8e8b659b2dd94137d1e9b1525
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Andreas Geissler [Fri, 9 May 2025 17:33:00 +0000 (17:33 +0000)]
Merge "[TEST] Make the simulator's URL and Port configurable"
Michal Jagiello [Fri, 9 May 2025 09:48:19 +0000 (11:48 +0200)]
Distribute service for macro service instantiation
Use distribution step instead of onboard for instantitation
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I8cbd8c6304662b957312e598212053b41d2b9e4a
Andreas Geissler [Thu, 8 May 2025 14:38:25 +0000 (16:38 +0200)]
[TEST] Make the simulator's URL and Port configurable
- Add URLs and Ports configurable
Issue-ID: TEST-404
Change-Id: Iee2ee962000709bd54d453371fb8dfc915917f7f
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Fiete Ostkamp [Thu, 8 May 2025 11:35:11 +0000 (13:35 +0200)]
Use vesclient snapshot image
- change vesclient snapshot image (1.0.1 -> 1.0.2-STAGE-20250508T090515Z)
before releasing it
Issue-ID: TEST-421
Change-Id: I7e19bd69ab3e6667767d285843b22b9b0fc55c6d
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Andreas Geissler [Thu, 8 May 2025 08:20:58 +0000 (10:20 +0200)]
[TESTS] Update onapsdk version in setup.cfg
update onapsdk version in setup.cfg
Issue-ID: TEST-404
Change-Id: I2e1b17ddf503a929fd903a6f57ef950bbd812f7e
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Wed, 7 May 2025 11:14:35 +0000 (13:14 +0200)]
Update onapsdk version
Use version onapsdk version >= 14.3.0 to support the
"kafka" module
Issue-ID: TEST-404
Change-Id: I39271909af675616ca8c715af018eeaeaeb9fe25
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Fri, 25 Apr 2025 12:55:48 +0000 (14:55 +0200)]
[TESTS] Remove CBA-verification test
Removed unused test
Issue-ID: TEST-404
Change-Id: I1c6e74ce37320f642e238d515ff003277d9cf2d6
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Thu, 24 Apr 2025 13:07:37 +0000 (15:07 +0200)]
[BASIC-CNF-MACRO] Revert the CBA file
use old CBA file in the artifacts
Issue-ID: TEST-404
Change-Id: Icad1e9693675ea2535cc41ab375a41350eb04ee5
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Tue, 22 Apr 2025 13:13:18 +0000 (15:13 +0200)]
[TESTS] Add additional tests for testkube based testing
- aai_initial_data_setup
- add_delete_cnf_macro
...
Issue-ID: TEST-404
Change-Id: Iaf1c26cd239782156dff2a002947aae687c5049e
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Fri, 28 Mar 2025 12:38:33 +0000 (13:38 +0100)]
[BASIC_CNF_MACRO] Fixed SDNC request paths
Fixed the return path of new GENERIC-RESOURCE-API calls
in basic_cnf_cba_enriched zip-file
Issue-ID: TEST-404
Change-Id: I746fd5ef40f0d78e6b58cb885e959cba7e92d3ac
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Mon, 10 Mar 2025 14:28:14 +0000 (15:28 +0100)]
Fix zip file for cds-resource-resolution
File was wrongly zipped (including directory)
Issue-ID: TEST-404
Change-Id: I1ab55939069faa655a02a93e26dab3f1cd2dd035
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Mon, 20 Jan 2025 13:38:52 +0000 (14:38 +0100)]
Change CDS DB url to jdbc://mariadb
CDS DB library is updated from mysql to mariadb
Issue-ID: TEST-404
Change-Id: I1167419efaa8f3d32649a105d887d02b9790516d
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Fri, 15 Nov 2024 15:32:10 +0000 (16:32 +0100)]
Fix SDNC return value mapping (param) in dd.json and CBAs
Fixes the CDS workflow calls on SDNC
Issue-ID: TEST-404
Change-Id: I3fdf68d4e464c84f283f7d27fc40b816b9e77a65
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Fri, 15 Nov 2024 09:46:36 +0000 (10:46 +0100)]
Fix SDNC url path (param) in dd.json and CBAs
Fixes the CDS workflow calls on SDNC
Issue-ID: TEST-404
Change-Id: I73c6ee2fdb3e431f5da61cc79bdee6ce64e185e4
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Wed, 13 Nov 2024 08:19:47 +0000 (09:19 +0100)]
Correct zip CBA files
corrected zip directory
Issue-ID: TEST-404
Change-Id: I5fd6ba80bc90b0a7cb6173c7066df9c6e4bf3208
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Tue, 12 Nov 2024 15:18:18 +0000 (16:18 +0100)]
Update enriched CBA packages for CNF and VM Macro workflows
Fix SDNC calls within zipped CBAs
Issue-ID: TEST-404
Change-Id: I010b8a4dd2e38c1082b94b2e4a7abaf74845dcf1
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Mon, 11 Nov 2024 08:06:11 +0000 (09:06 +0100)]
Fix SDNC url path (vnf) in dd.json
Fixes the CDS workflow calls on CDS
Issue-ID: TEST-404
Change-Id: I10bd02edca83fa894ba868d7b06f0d4a27bf9566
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Michal Jagiello [Fri, 8 Nov 2024 12:53:14 +0000 (13:53 +0100)]
Fix SDNC url path on dd.json
That would fix all CDS workflow calls to SDNC
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I4b814e6a9ec7478ec04650fd19ad7bbade4d91f0
Michal Jagiello [Tue, 5 Nov 2024 17:45:16 +0000 (18:45 +0100)]
Update basic_sdnc test
Align to new API output
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Iaa0a47afb7d6339fd3b653e99f0e272fc56e43b0
Andreas Geissler [Tue, 5 Nov 2024 14:10:38 +0000 (15:10 +0100)]
Update SDNC URLs in the test script
Issue-ID: TEST-419
Change-Id: Ica2f7cfb0536a36243d2657dd83fd781af4199d0
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Andreas Geissler [Mon, 4 Nov 2024 18:29:00 +0000 (19:29 +0100)]
Update onapsdk version to support new SDNC API
Issue-ID: TEST-419
Change-Id: I36862e2ba6a3c1ad44f8db71a99bf8025d6a4564
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Michal Jagiello [Tue, 24 Sep 2024 11:43:48 +0000 (13:43 +0200)]
Disable new pylint option
Disable pylint's too-many-positional-arguments option
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I18a90e082413ad9b515e635d8b4888789ceff254
Marek Szwa?kiewicz [Fri, 5 Apr 2024 10:57:05 +0000 (10:57 +0000)]
Merge "Refactor code a bit to make status test able running on multiple namespaces"
Lukasz Rajewski [Thu, 4 Apr 2024 18:12:17 +0000 (20:12 +0200)]
Fix for invalid recognition of distribution status
Fix for invalid recognition of distribution status
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I3986fba83f80291e33f8498542c93fb6780aa445
michal.jagiello@t-mobile.pl [Thu, 4 Apr 2024 10:47:55 +0000 (10:47 +0000)]
Refactor code a bit to make status test able running on multiple namespaces
It's possible to run status on all tests and also exclude some namespaces from check
Issue-ID: TEST-404
Change-Id: I33c54624f60b1c4db82a252d97a26e18464ed07f
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Lukasz Rajewski [Mon, 25 Mar 2024 21:29:27 +0000 (21:29 +0000)]
Merge "Fix for SDC v2 distribution check"
Lukasz Rajewski [Mon, 25 Mar 2024 19:04:58 +0000 (20:04 +0100)]
Fix for SDC v2 distribution check
Fix for SDC v2 distribution check
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ic4a56ddc601621feacb06ff4aec5bd947058e6d3
Lukasz Rajewski [Mon, 25 Mar 2024 19:04:58 +0000 (20:04 +0100)]
Fix for SDC v2 distribution check
Fix for SDC v2 distribution check
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I1013be0794c0cc280fd7497c04a2db9a89d17743
Michal Jagiello [Thu, 14 Mar 2024 11:38:32 +0000 (12:38 +0100)]
Use latest onapsdk version
It fixes SDC model distribution failure
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I4784b69f17cbc3674fdfe3090bd70d67e6ece37d
Micha? Jagie??o [Thu, 7 Mar 2024 14:42:18 +0000 (14:42 +0000)]
Merge "SDNC distribution status check fix"
Lukasz Rajewski [Wed, 6 Mar 2024 18:25:31 +0000 (19:25 +0100)]
Fix CPS DB check
Fix CPS DB check to use tls authentication
Issue-ID: INT-2263
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I69fa15e849f6703b08a0057c4d633f951c6719f1
Lukasz Rajewski [Wed, 6 Mar 2024 16:05:36 +0000 (17:05 +0100)]
SDNC distribution status check fix
SDNC distribution status check fix
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Icc494a06f622dcebf02846cc00121b6d7ebb45fa
Lukasz Rajewski [Thu, 29 Feb 2024 23:05:45 +0000 (00:05 +0100)]
Error reason added to the test reports
Error reason added to the test reports
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I024626764b134d9fe7607988cf46918414f1deb3
Michal Jagiello [Thu, 29 Feb 2024 08:47:15 +0000 (09:47 +0100)]
Use the latest onapsdk as requirement
It helps with distribution check
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I9852474b7fcc0d97c4755bed1e8e6c0f3465b379
Micha? Jagie??o [Wed, 28 Feb 2024 10:39:06 +0000 (10:39 +0000)]
Merge "Enhance status check with nodes and cronjob checks"
Lukasz Rajewski [Tue, 27 Feb 2024 23:20:17 +0000 (00:20 +0100)]
Fix pylint issues
Fix pylint issues
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I6eccf2b346eace80a0529c3ef45db3ed75167850
Lukasz Rajewski [Tue, 27 Feb 2024 23:11:20 +0000 (00:11 +0100)]
Enhance status check with nodes and cronjob checks
Enhance status check with nodes and cronjob checks
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Idc0ae2914ef4aebabd15ef7ff51474dc2cc565b7
Lukasz Rajewski [Mon, 26 Feb 2024 08:21:36 +0000 (09:21 +0100)]
Fix the issue of basic_vm_macro configuration
- Fix the issue of basic_vm_macro introduced after refactoring
- new SDK version used
- tox updated with helper commands
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I46aedcd08279142b2da48a431ab4f21ae1c9d3d1
Lukasz Rajewski [Wed, 21 Feb 2024 19:17:58 +0000 (20:17 +0100)]
Remove SDNC DB interaction outside the cluster
Remove SDNC DB interaction outside the cluster
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I3cb45ef4ec05dad96fac87c2d63f8db925047d76
Michal Jagiello [Fri, 16 Feb 2024 10:35:32 +0000 (11:35 +0100)]
Do not verify SO onboarding if test is not running inside cluster
Fix bug with invalid base class for one of instantiation step
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ife972dbf9954b130c37562cb0c293b0e1da86133
Michal Jagiello [Thu, 15 Feb 2024 13:13:13 +0000 (14:13 +0100)]
Change default value of SDNC_DB_PRIMARY_HOST into mariadb-galera
That configuration value depends on the ONAP setup configuration but by default
SDNC uses mariadb-galera as a database
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I91bdb6eda0384fd53455411ace53422417cbb610
Micha? Jagie??o [Tue, 13 Feb 2024 14:14:47 +0000 (14:14 +0000)]
Merge "Enhanced SDNC status check and SDNC distribution check"
Lukasz Rajewski [Mon, 12 Feb 2024 16:34:50 +0000 (17:34 +0100)]
Enhanced SDNC status check and SDNC distribution check
Enhanced SDNC status check and SDNC distribution check
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I4ed88c73251c5569bc6bc0ea9a4a4737ca903d93
Lukasz Rajewski [Mon, 12 Feb 2024 09:56:25 +0000 (10:56 +0100)]
Cleanup SO instance before instantation
Cleanup SO instance before instantation
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: If38938a4ce949eda3c8c91c3a1e38090dc986508
Lukasz Rajewski [Sat, 10 Feb 2024 15:17:20 +0000 (16:17 +0100)]
Improve verification of distribution status
- distribution excluded from instantiation
- more steps to get details of error
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I2770a4d6ec6887b6e7b54e31ee4979c2b18e5d20
Lukasz Rajewski [Thu, 8 Feb 2024 19:18:28 +0000 (20:18 +0100)]
Prevent cleanup of parent when substep has failed
Prevent cleanup of parent when substep has failed
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I2ed0aaaab9e43fef56685958b03fd796df25bc3b
Lukasz Rajewski [Thu, 8 Feb 2024 15:27:34 +0000 (16:27 +0100)]
Fixed issue of subscription name for pnf macro
Fixed issue of subscription name for pnf macro
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ib32763b8e5922c71bbd10f680e5a00d52fddcda2
Lukasz Rajewski [Tue, 6 Feb 2024 20:46:29 +0000 (21:46 +0100)]
Make archive optional on cleanup
If sdc element was not onboarded properly
it cannot be archived but still can be deleted
Issue-ID: TEST-404
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I80836c7bd7735de86c09ebc0ef0b6ea4a21c78fb
Lukasz Rajewski [Tue, 6 Feb 2024 14:01:49 +0000 (15:01 +0100)]
Fixed wrong names of settings in sdnc service
Fixed wrong names of settings in sdnc service
Issue-ID: TEST-395
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Id322472a72235715d75566f3389b9cdc6857f654
Lukasz Rajewski [Mon, 5 Feb 2024 21:33:29 +0000 (22:33 +0100)]
Enable SDNC DB connection check and healtcheck
Use also SDNC check before SO instantiate calls
Issue-ID: TEST-395
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I7c9d3fd4136cc620b931b89275b4021bd93171ba
Michal Jagiello [Fri, 2 Feb 2024 18:14:29 +0000 (19:14 +0100)]
Use latest version of onapsdk
Use 13.0.2 version with SDC bugfix
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ib3fbaa6fe2538043f19c906d955596047fbfd3cd
Lukasz Rajewski [Fri, 2 Feb 2024 16:35:50 +0000 (16:35 +0000)]
Merge "Update onapsdk version into bugfix 13.0.1 version"
Lukasz Rajewski [Fri, 2 Feb 2024 14:11:46 +0000 (15:11 +0100)]
Execution base method is not required to be run.
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I3659aa2e09dd7c51f756bfdafb67d11b5114af2e
Michal Jagiello [Fri, 2 Feb 2024 13:01:34 +0000 (14:01 +0100)]
Update onapsdk version into bugfix 13.0.1 version
Fix an error on SDC v2 package
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ie6ead9a146578a9d1fec18952a1d528c0a5226a7
Michal Jagiello [Wed, 31 Jan 2024 07:30:41 +0000 (08:30 +0100)]
Refactor tests to use SDC v2 onapsdk module
Refactored SDC allows to archive and delete SDC resources
Remove unmaintained test basic_clamp
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I11e4be6f4567098b20733879e393c689766a9c6e
Lukasz Rajewski [Wed, 31 Jan 2024 10:06:56 +0000 (11:06 +0100)]
Changes in the packages sort order
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I9f8ac40254e6a052c4b3ced5b05e21d7e84fa37f
Lukasz Rajewski [Sun, 28 Jan 2024 18:45:44 +0000 (19:45 +0100)]
Enhanced validation of configuration of all tests
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I2e4ef6365b44c33f4c0b3e72886a83f92c63e2f3
Lukasz Rajewski [Mon, 22 Jan 2024 15:15:46 +0000 (16:15 +0100)]
Improved cleanup of service instances for failed cases
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I348fc625a8cd2ac7c2ee506f996a506c5a4bf4f3
Michal Jagiello [Thu, 21 Dec 2023 11:17:37 +0000 (12:17 +0100)]
Use latest version of onapsdk
Use 12.7.3 version with refactored CPS module
Issue-ID: INT-2277
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ic95c215d5f87e270114b20220e61d925e6d90dc7
Michal Jagiello [Thu, 14 Dec 2023 07:41:02 +0000 (08:41 +0100)]
Use latest onapsdk version with CPS schema-set creation fix
Fix basic_cps test failures
Issue-ID: INT-2277
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id91b955ef14fa6289dfc5ca6956d975fa062c3c7
Michal Jagiello [Mon, 23 Oct 2023 07:20:18 +0000 (09:20 +0200)]
Move msb k8s override values configuration on the top settings level
With the current override implementation on gating there is no way
to modfy that value there
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I0ca8654c5320d7eb32318d7cb0b1cce44387e2ef
Michal Jagiello [Wed, 18 Oct 2023 13:44:19 +0000 (15:44 +0200)]
Make pnf-simulator helm chart configurable
PNF simulator couldn't be configured on demand (e.g. image couldn't be changed)
That version allows override values and run customized version of pnf-simulator
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ic18bdaeaa782b61478579056d5ba1a893087d85c
Lukasz Rajewski [Wed, 4 Oct 2023 17:12:18 +0000 (19:12 +0200)]
Fix deamon set checks for status test
Fix deamon set checks for status test
Issue-ID: TEST-409
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ic8458e60f2f626f8d54f8a3e687c03f6ac95f791
Micha? Jagie??o [Wed, 20 Sep 2023 07:20:26 +0000 (07:20 +0000)]
Merge "Use latest ONAP SDK"
Michal Jagiello [Thu, 14 Sep 2023 12:19:02 +0000 (14:19 +0200)]
Use latest ONAP SDK
Update requirements to use ONAPSDK 12.3.1 version
Issue-ID: INT-2137
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I182303a317fc784aa95788e40a1612776e77d122
Lukasz Rajewski [Wed, 13 Sep 2023 21:14:46 +0000 (23:14 +0200)]
Support additional namespaces in the status test
Support additional namespaces in the status test
Issue-ID: TEST-406
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ia4a4fd8aad4af02da598f6f64954d85c02349a15
pawel.denst [Mon, 4 Sep 2023 11:52:12 +0000 (11:52 +0000)]
Improve-CPS-sanity-test
Improve-CPS-sanity-test
Issue-ID: INT-2263
Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl>
Change-Id: I03c30e40667ab1796d373c8b617a18cfca7c1988
pawel.denst [Mon, 4 Sep 2023 11:33:57 +0000 (11:33 +0000)]
Improve-CPS-sanity-test
Improve-CPS-sanity-test
Issue-ID: INT-2263
Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl>
Change-Id: Iab13759245c2f355d68bbf55d1a03087cd6c3d6d
pawel.denst [Thu, 31 Aug 2023 13:57:59 +0000 (13:57 +0000)]
Improve-CPS-sanity-test
Improve CPS sanity test
Issue-ID: INT-2263
Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl>
Change-Id: I64c54920d1c70c5aa8befb058402fe234eaab1e8
Michal Jagiello [Tue, 8 Aug 2023 08:58:06 +0000 (08:58 +0000)]
Fix pylama errors
Some new code was not checked by pylama and we have new errors
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I5e92f0bbbafedc8852599eb3fb3423509c3e0d12
Lukasz Rajewski [Sun, 30 Jul 2023 08:04:26 +0000 (08:04 +0000)]
Simplify PNF Macro VES Send process
Issue-ID: TEST-404
Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl>
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I7b3fd8f4bd96ff02dadf2662a1a16079a00fb1d0
Micha? Jagie??o [Mon, 7 Aug 2023 13:06:39 +0000 (13:06 +0000)]
Merge "Change cleanup process of tests"
Lukasz Rajewski [Thu, 27 Jul 2023 14:59:15 +0000 (14:59 +0000)]
Change cleanup process of tests
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Iffe3aeaa4eab6adcabc94d143d1f94a684cd4657
Michal Jagiello [Fri, 28 Jul 2023 14:01:39 +0000 (14:01 +0000)]
Try latest onapsdk
Update dependency of onapsdk to the latest version
Issue-ID: INT-2222
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I71fc163885f217ff4d4bb42f42fb9cfc792c964d
Lukasz Rajewski [Tue, 18 Jul 2023 19:02:15 +0000 (19:02 +0000)]
Fix issue in status check after pylama fixxes addition
Issue-ID: INT-2222
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ia68eda6517295ba3916e585403ff7bcc3453b99c
Lukasz Rajewski [Tue, 18 Jul 2023 06:39:55 +0000 (06:39 +0000)]
Merge "Add pylama into checks"