aboutsummaryrefslogtreecommitdiffstats
path: root/healthcheck/requirements.txt
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
2019-12-11Move integration xtesting Dockerfile to ONAPmrichomme1-0/+16
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>