aboutsummaryrefslogtreecommitdiffstats
path: root/robot
AgeCommit message (Collapse)AuthorFilesLines
2023-08-23Eliminate DMaaP bus controller health check1.12.2Jack Lucas2-40/+0
The DMaaP bus controller is no longer needed and no longer being deployed as part of ONAP. The corresponding health check has been removed. Issue-ID: OOM-3238 Change-Id: Ib4790c68d4066c3666ccf60ecdaa58afbef4b3ad Signed-off-by: Jack Lucas <jflos@sonoris.net>
2023-03-14[ROBOT] Clean up 5gbulkpmefiacor15-820/+84
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4656d05892fa16dfe4ac05a096140fd9d8a511ee Issue-ID: OOM-3100
2023-03-09[HV-VES] Improve hv-ves suiteefiacor3-151/+5
Remove calls to Message Router Add sleep to allow message to propgate Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I7728e1ebf59bd50836ad748f933d07edf9266ba8 Issue-ID: DMAAP-1854
2023-03-02[HEALTHCHECK] Disable MSB call in Holmes test and fix VFCAndreas Geissler2-13/+15
Use component interfaces instead of MSB and correct problems in VFC setup Issue-ID: TEST-392 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I4ae47c81e6f811a4904549f0118b405f780d158a
2023-03-01[HEALTHCHECK] Disable MSB call in Modeling testAndreas Geissler2-2/+29
Use component interfaces instead of MSB Issue-ID: TEST-392 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8138919ace3148101a6b37f26708e3a91c765c3c
2023-02-28[HEALTHCHECK] Disable MSB calls in healthchecksAndreas Geissler4-19/+195
For MultiCloud, UUI and VFC use component interfaces instead of MSB calls Issue-ID: TEST-392 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I27d38dc34aaea8820cae987c497b0238f6f2100e
2023-02-16[5GBULKPM] Make Test compatible with nonTLS setupAndreas Geissler4-111/+117
Simplify the test to test the DFC an pm-mapper. This test now requires DFC and pm-mapper to be deployed Issue-ID: OOM-3100 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I2fe3b3b10e5fc68fe13e0d6c9455d48964e0d7e1
2023-02-14[HVVES] Make the HVVES test SM compatibleAndreas Geissler1-1/+1
The right container needs to be selected, when fetching a config file, as the sidecar container is usually the default container. Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ic53a3ccf80262dfa005d40b444e3cb03dcd4c647
2023-02-03[AAF] Adapt the tests for the AAF removalAndreas Geissler4-25/+10
repair the VES test, HVVES test remove AAF from Healthcheck and repair DMAAP health check Issue-ID: TEST-390 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I355ad9b1f7c3c58a7b1fe222da9bc5b42a620e49
2023-02-01[DMAAP] fix the references to the dmaap interface filesAndreas Geissler9-14/+14
Issue-ID: TEST-390 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I5bad4685fd1a2377613298d46e1f87b264185ac7
2023-01-31[VES] Fix ves-collector test in ServiceMeshAndreas Geissler1-1/+1
Get MR topics without authorization as it failed with 403 Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I2ce2122e469cc0bb4391ff98f3ee7650f99231cc
2023-01-31[DMAAP] Fix dmaap interface endpointsefiacor3-3/+3
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I6ed81e4eebdeb4825926a3552b5dec2cd50129f2 Issue-ID: DMAAP-1573
2023-01-26[APPC] Remove APPC junkefiacor14-236/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ibe45140261245e80a3a662d64c8a1935acabf5af Issue-ID: OOM-3069
2022-12-21[CMPV2] Fix missing mongodb bitnami chartefiacor1-1/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ie316c25090e7c373935f540dd9f0f411abe20cca Issue-ID: INT-2183
2022-11-16[ROBOT] Revert HVVES test configuration back to TLSAndreas Geissler1-1/+1
The HV VES testcase will fail in Kohn, if TLS is enabled For London the case needs to be changed Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ic0504dedbb556c0ecb2eb4335337c0e3fe837199
2022-11-10[ROBOT] Fix HVVES and 5GBulkPM testcasesAndreas Geissler3-8/+8
add missing onap namespace to helm and kubectl calls Also fixed configuration for HVVES for Kohn release Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I891376c1949ddc5dbdce77ef65ce1898cba26f90
2022-11-09[ROBOT] Fix DCAEMOD testcase for SMAndreas Geissler1-3/+3
kubectl exec commands need to be executed on the right container as default container in SM is the istio-proxy Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I54f5bed78d8249b0b8dc6f28f60a012dc830370d
2022-11-07[ROBOT] Again fix for DCAEMOD test for ServiceMeshAndreas Geissler1-1/+1
Corrected another failing test in case of ServiceMesh deploymenty Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I3c89184121a18a6c113145df52b779481546bcb4
2022-10-24[ROBOT] Fix the DCAEMOD testcase for ServiceMeshAndreas Geissler1-2/+2
In SM there will be 2 containers running instead of 1 Therefor the readiness of the deployment should be checked instead of the number of running containers Issue-ID: INT-2160 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8e22a5b05b51e5f682dd76c5c362588099132437
2022-07-25[ROBOT] Remove 5Gbulkpm references to topic deletionvv770d1-2/+1
Update from patch https://gerrit.onap.org/r/c/testsuite/+/129677 Change-Id: I39c3f3cfc44fd324171499ad8c8f9811b5ed9615 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: INT-2121
2022-07-13[ROBOT] Remove 5Gbulkpm references to authenticated PM topicKrzysztof Kuzmicki1-17/+0
Remove 5Gbulkpm references to authenticated PM topic Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-2121 Change-Id: Ibbb235aba38bd46ac20796e63160e49f0bf65987
2022-05-09[ROBOT] Adopt HVVES test case in order to work with strimzi kafkaKrzysztof Kuzmicki1-1/+1
Fix base 64 decode usage in alpine image Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: DMAAP-1705 Change-Id: I5b4cccafabc714fecd8e35ec07ad2286052199cd
2022-05-06[ROBOT] Adopt HVVES test case in order to work with strimzi kafkaKrzysztof Kuzmicki3-12/+14
Adopt HVVES test case in order to work with strimzi kafka. Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: DMAAP-1705 Change-Id: I986e28c00b816be873f6791d2cfdf06855244ad8
2022-05-06[ROBOT] Adopt HVVES test case in order to work with strimzi kafkaKrzysztof Kuzmicki3-18/+56
Adopt HVVES test case in order to work with strimzi kafka. Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: DMAAP-1705 Change-Id: I17dc3db51515f769cb215e63a9a47dfc8d014434
2022-04-08[ROBOT] Change performance measurements topic for 5gbulkpmKrzysztof Kuzmicki2-5/+6
Change performance measurements topic for 5gbulkpm Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I38e00d9a7addc0c25b5b74567ed83c9211e68ffb
2022-04-05[ROBOT] Add timout flag for helm unintsll operationKrzysztof Kuzmicki1-1/+9
We've observed a race condition during testing JOB restarts for 5gbulkpm. Due to restarts of failing xtesting JOBs there is need to have fully executed teardown by previous robot xtesting JOBs before starting new one. Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: Id725d68bb845020478716874de0d710d037e9c07
2022-03-30[ROBOT] Change pm mapper readiness check to HTTPKrzysztof Kuzmicki2-8/+8
Change pm mapper readiness check to HTTP Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I8c275c547cc9655360a9ddedb69b6dfe5b3e4180
2022-03-29[Healthcheck] Remove clamp Healthcheckmorganrol1-1/+1
Due to clamp/policy refactoring, the default clamp healthcheck (checking clamp front end is no more valid) Remove the test from HC list Note the test still can be run with the tag health-clamp Issue-ID: INT-2012 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Ideb08d8ced9d7fafc425d09fcf6c1fdfafcaf45c
2022-03-25[ROBOT] Adopt DCAEMOD test cases to helm based deploymentKrzysztof Kuzmicki6-36/+93
Adopt DCAEMOD test cases to helm based deployment Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: Id09932899f11ab37b391709c580d681674705432
2022-03-22[DCAE] Deprecate DCAE basic healthcheckmorganrol1-4/+0
The DCAE component in charge of this HC is no more maintained Request from DCAE team to exclude this test case from the full HC list Issue-ID: INT-2093 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Ice1561ef40c85d91bc7afe9f27d696ff7e883123
2022-03-21[ROBOT] Fix failing CMPv2 and 5gbulkpm test cases in CIKrzysztof Kuzmicki2-0/+1
Fix failing CMPv2 and 5gbulkpm test cases in CI Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: Iae886bcfe2efdd54f9749aa3240e1a6ee932688a
2022-03-17[INTEGRATION] Fix failing HVVES test case in Jakarta releaseKrzysztof Kuzmicki3-28/+4
Fix failing HVVES test case in Jakarta release Issue-ID: TEST-383 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I859394754c23992b5af65d20cc15559b19832618
2022-03-15[INT] Remove Portal robot test from full and medium test suiteMichal Jagiello1-4/+0
Issue-ID: OOM-2921 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ia787d7e0057dd16a10f22a96e16bf815956b45e8
2022-03-15[ROBOT] ADD CMPv2 test cases that use helm based componentsKrzysztof Kuzmicki25-335/+640
Add CMPv2 helm based test cases Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: Ifbbf80452cd4b65e4b5df5586bfc72c1ecaac731
2022-03-10Add policy cleanup if policy is existing before policy health check executionRommel Pawar2-1/+31
Issue-ID: POLICY-3887 Change-Id: I58cd01feb9c921b5501eec5007363bf29217dd94 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: I744d7c0d48f7364139ed9f7ff366a3831612913e
2022-03-03[ROBOT] FIX BULKPM test cases for Jakarta releaseKrzysztof Kuzmicki2-6/+14
Add https server based test cases Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I425c6ba533608a6bb9d5c5b34307b4656935fe7b
2022-02-17Revert "Add cleanup of policy if existing in the beginning of the health check"Morgan Richomme2-31/+1
This reverts commit b6b943d4ef604e7e8430335928b499812a288788. Reason for revert: <Regression Introduced in Policy enhanced healthcheck> Issue-ID: POLICY-3887 Change-Id: Iba503f1c7a534e3a513903a19881a0b9b5e0fe82 Signed-off-by: <morgan.richomme@orange.com>
2022-02-16Add cleanup of policy if existing in the beginning of the health checkRommel Pawar2-1/+31
Add policy cleanup in first if existing before policy health check execution Issue-ID: POLICY-3887 Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca> Change-Id: I53443414ee71a79ac88c89fe2259f7ce8435780a
2022-01-21[HEALTCHECK] remove mariadbgalera connectivity tests from coremorganrol1-2/+2
it was mentioned in the patch review but not takent into account using core tag leads to errors in core [1] because the xtesting HC docker does not include kubecl, which is needed by the new tests Issue-ID: SO-3829 [1]: https://logs.onap.org/onap-integration/daily/onap_daily_pod4_master/2022-01/21_01-42/xtesting-healthcheck/core/core/report.html#totals?all Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I1d8e93dec80ecdfa0cdcabaefb961f77f0654849
2022-01-05[SO] MariaDB Galera connectivity with SO Issue-ID:SO-3829biswajit.deswali2-0/+57
Issue-ID: SO-3829 Change-Id: I53423414ef71a69ac88c89fe2259f7cb8365770a Signed-off-by: biswajit.deswali <Biswajit.Deswali@amdocs.com>
2021-12-13[ROBOT] ADD HTTPS based BULKPM test cases that use helm based componentsrefactoringKrzysztof Kuzmicki15-29/+466
Add https server based test cases Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I74f7102398a08e1629b50f510ef179d35c8761bd
2021-12-13[POLICY] Change API and PAP usernamesadheli.tavares1-16/+16
- change references of healthcheck to policyadmin regarding API and PAP auth Issue-ID: POLICY-3815 Change-Id: I1218192c30f5ebc11a18074baf75d381b7b2c835 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-12-07[ROBOT] ADD BULKPM test cases that use helm based component servicesKrzysztof Kuzmicki9-491/+513
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I32389f4f0cd0d2e9fb7b73b99554a4722c4687d0
2021-11-20[TIMEOUT] Extend healthcheck timeout valuemorganrol1-1/+1
20s is sometimes too short for OOF healthcheck Extent the timeout value Issue-ID: INT-2006 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I77b946e1e31231fc19852b371dfed4dd8c32e316
2021-10-12[TEST] Do not use VID API in pnf-registrate test1.9.0Krzysztof Kuzmicki1-16/+0
Since VID is not supported in the pnf-registrate test we should not use its API Issue-ID: TEST-364 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: Ia8976592b34d25ab286a6b0236ef3d27602ecde5
2021-10-12[POSTINSTALL] Deprecate dmaap part of postinstallmorganrol1-6/+0
The test contains hardcoded part and is no more valid in Istanbul Issue-ID: TEST-366 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I9798ae29351d812e41d43b960c0cdbc9065d1a77
2021-10-04[TEST] Do not use VID API in pnf-registrate testMichal Jagiello1-4/+0
Since VID is not supported in the pnf-registrate test we should not use its API Issue-ID: TEST-364 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8e5c774e16b1881a6b724ebb2481b5adc1fa42f4
2021-09-30[HEALTHCHECK] Remove VID from healthcheckmorganrol1-7/+0
The component is no more maintained The plan is to remove it from the installation if possible. We can first remove the healthcheck, which was not giving more information than the ones in onap-k8s (readiness/liveness) Issue-ID: TEST-365 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Ica58299e096ed43f0adf1ae65e46566bfc12f739
2021-09-13Use configMap instead of Consul to configure hv-vesJoanna Jeremicz1-4/+4
- Fix "integration-dcae-hv-ves-collector-application-config-configmap not found" issue Find the config map real name Issue-ID: DCAEGEN2-2718 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I4e4f17ba6d4c880c7bc38ad0ff4b64229f4700c7
2021-09-08Use configMap instead of Consul to configure hv-vesJoanna Jeremicz1-17/+27
- Fix config map name issue Issue-ID: DCAEGEN2-2718 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I92ba08b461bee08ee48856abd5960bf6acfcbec3