Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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
|
|
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
|
|
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
|
|
same than for smoke-usecases-robot
Issue-ID: INT-2006
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I97d38d3dc6517bbbc5643e9eea8614c171d7ae27
|
|
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
|
|
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
|
|
Set the env file CRYPTOGRAPHY_DONT_BUILD_RUST=1
Issue-ID: INT-1852
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I84ccbbacd5ba024c00a7149a8b4a5e927011ab9f
|
|
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>
|
|
- 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>
|
|
Issue-ID: INT-1366
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I3af9c4697f0e67d3ce5b6d2fceeb978aeb20a0ff
|
|
Issue-ID: INT-1366
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I322aa4de7e01895c839e1ccb4259333fb3a7cb17
|
|
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>
|