aboutsummaryrefslogtreecommitdiffstats
path: root/healthcheck
AgeCommit message (Collapse)AuthorFilesLines
2023-05-24[INTEGRATION] Pin versions in requirements.txt for healthcheckMarek SzwaƂkiewicz1-13/+13
The cause of the base issue was Selenium moving from 4.8.x to 4.9.x which changed many dependencies and broke the versions of libssl wrappers. Now selenium is pinned to 4.8.x and all other packages are pinned to latest working versions. Issue-ID: INT-2237 Change-Id: Ided94572282354e26f1fe46957e4ca1a4ef58402 Signed-off-by: Marek SzwaƂkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-05-23[ROBOT] Fix healtcheck and robot testsLukasz Rajewski1-1/+1
Fix healtcheck and robot tests by pinning requests Issue-ID: TEST-373 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I6a8d9c63b811fc79edeea01df4a98895ba4dbc96
2022-10-10[ROBOT] Use upper constraints during pytehon-testing-utils installationMichal Jagiello1-2/+3
Installing the newest version of importlib_metadata breaks robot tests execution. Use the same upper constraints as in robot smoke tests for healtchecks and benchmark docker images Issue-ID: INT-2160 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I71700221c344162da76b51cec7cd59e67c8a1eee
2022-10-07[ROBOT] Use upper constraintsMichal Jagiello2-0/+3
Installing the newest version of importlib_metadata breaks robot tests execution Use the same upper constraints as in robot smoke tests for healtcheck and benchmark docker images Issue-ID: INT-2160 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I997c7ff47d5439cf2a96e1c67aa3ac4917d57110
2021-11-23[PYTHON] Fix python dep for healthcheck xtesting dockermorganrol1-2/+2
same than for smoke-usecases-robot Issue-ID: INT-2006 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I97d38d3dc6517bbbc5643e9eea8614c171d7ae27
2021-08-23[UPSTREAM] Update upstream versionsmorganrol1-1/+1
use - helm clien 3.3.4 - kubernetes client 1.19.11 remove useless PIP tag Issue-ID: INT-1958 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Ie613e575161120fdc4ade43ca756e5943c7fa44b
2021-02-09[INT] Use PIP 20.1 versionMichal Jagiello1-1/+1
Newer version of pip disallows constraints as links and docker build fails. Issue-ID: INT-1852 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I68d2856eac3e55bdcf0977cb4bfa7e72ef536df0
2021-02-09Fix xtesting docker build crypto issuemorganrol1-1/+2
Set the env file CRYPTOGRAPHY_DONT_BUILD_RUST=1 Issue-ID: INT-1852 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I84ccbbacd5ba024c00a7149a8b4a5e927011ab9f
2020-11-02Update xtesting READMEsmrichomme1-20/+74
They can be used to run the xtesting dockers on any ONAP deployment Note a section in the official doc shall also be created Issue-ID: TEST-274 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: If1d98e51c1dd476f5b1da81e51e4b4d99f513aa5 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-08-05Improve xtesting documentationmrichomme1-38/+31
- replace gitlab.com images by Nexus3 images - update smoke test (even it will be deprecated soon) Issue-ID: INT-1676 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ic7ebaa4d12b3e1872e51a895fc1b67dfc084e900 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-20Resync integration/xtesting repomrichomme1-5/+5
Issue-ID: INT-1366 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I3af9c4697f0e67d3ce5b6d2fceeb978aeb20a0ff
2020-01-06Update python3 version due to xtesting master updatemrichomme1-4/+4
Issue-ID: INT-1366 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I322aa4de7e01895c839e1ccb4259333fb3a7cb17
2019-12-11Move integration xtesting Dockerfile to ONAPmrichomme6-0/+306
All the Dockerfiles and xtesting configurations were hosted in gitlab.com [1] The goal of this patch is to host these assets in ONAP A jenkins jjb shall be created to generated the docker and push them on the nexus (today the built-in registry of ONAP was used) These xtesting dockers are referencing integration categories [2] and integration use cases [3] These xtesting dockers shall also simplify the way to integrate new use cases in any CI chain (jenkins or gitlab-ci based) [1]: https://gitlab.com/Orange-OpenSource/lfn/onap/integration/xtesting [2]: https://wiki.onap.org/pages/viewpage.action?pageId=71835330 [3]: http://testresults.opnfv.org/onap/api/v1/projects/integration/cases Issue-ID: INT-1366 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iba0fc0b0415731a7a81ba0225a70ae16391dd129 Signed-off-by: mrichomme <morgan.richomme@orange.com>