aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-robot-py3
AgeCommit message (Collapse)AuthorFilesLines
2025-02-24[INT] Add missing libraries for robot testsAndreas Geissler2-0/+6
- added robotframework libraries (SSHLibrary, JSONLibrary) - added ONAPLibrary from testsuite/python-testing-utils Issue-ID: INT-2294 Change-Id: I0d4c9e9b795b5dbddf19ee89e7a46107f80cae34 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2025-02-20[INT] Include testsuite repo in smoke-usecases-robot-py3 imageFiete Ostkamp1-5/+5
- we also have this in the non-py3 image - fix broken docker build for healthcheck image - fix broken docker build for security image Issue-ID: INT-2294 Change-Id: I712ca75f80b9b2fe8c46b41dc0c44133da0a42c2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-09-29[XTESTING] Fix constraint issue in smoke-usecase imagesMarek SzwaƂkiewicz1-14/+10
Since last build there were changes in availability of both packages and constraits files. This commit fixes that by copying constraints locally and altering required packages versions to avoid conflicts. Issue-ID: INT-2288 Change-Id: Iba2e3eeb15c98522b1ac3018142f544dcb9aa61c Signed-off-by: Marek SzwaƂkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2024-05-16[XTESTING] Update link to upper-constraintsnewdelhiLukasz Rajewski1-1/+1
update link to upper-constraints.txt Issue-ID: DOC-823 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166
2023-11-17[ROBOT] Correct CPS port numbersAndreas Geissler1-2/+2
Fix for the used portnumbers in robot testcases Issue-ID: CPS-1923 Change-Id: I8ceeb06f822c35ca2ff5308f65b3a102ea4d50f4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2023-11-14[ROBOT] Correct CPS port namesAndreas Geissler1-2/+2
Fix to use the updated CPS ports after patch https://gerrit.onap.org/r/c/cps/+/136315 Issue-ID: CPS-1923 Change-Id: I7ef655ecb1c5a52ddfa56c5d4d336f29c5baa47e Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
2022-05-03[CPS] Fix dmi-plugin health check in CIputhuparambil.aditya1-1/+1
fixing dmi-plugin repo name Issue-ID: CPS-990 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I2a9b90ccc94530fde27e0a73a5ca1c601ad611d9
2022-04-26[CPS] Add cps-temporal health check in CIputhuparambil.aditya3-1/+47
Health check included for cps-temporal Issue-ID: CPS-990 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I432126b42cf7f66e18c615633ac9d1843c2c2632
2021-10-26[CPS] Align CPS variables for testingmorganrol1-2/+2
CPS changed the name of the variable in the robot tests they are now following the good syntax but they shall be modified in the xtesting docker Issue-ID: TEST-371 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Id5e3d0c80c47f5e351bfe6ce1d44660a8a9106c3
2021-09-28[FORMAT] Wrong robot parameter formatmorganrol1-2/+2
No quote in the var definition for robotvariable in xtesting. Tested succesfuly on the daily master Issue-ID: TEST-349 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I37ccea463febed1cb612ae3bfb7fedd6d26df22b
2021-09-27[CPS] Change default portmorganrol1-0/+3
A refactoring is planned for Jakarta Meanwhile specifiy the 2 env variables directly in the testcases.yaml - CPS_HOST: cps-core - MANAGEMENT_PORT: 8081 instead of 8080 Issue-ID: CPS-654 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Id6438ff7ff5b0b0d07ae2188c3c52fcbe1c5e8dd
2021-09-23[CPS] Create a new Python3 based robot docker for CPSmorganrol5-0/+223
In order to execute CPS tests in the CI, it is needed to create a robot xtesting dockers as the existing dockers are still using old robot libraries to match dependencies with heatbridge/selenium A full refactoring is planned for Jakarata This new docker could be used as a baseline Issue-ID: CPS-654 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I49af71b1cda0cadc0837cae0f3f5b47745efff11