aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-08-01[XTESTING] Use Python 3.11 images as a base of xtesting imagesmontrealMichal Jagiello2-16/+14
We needs 3.11 version which is not installed on previous base Issue-ID: INT-2222 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I60418e8b634a33f1bebf2425032032718bbbdd2a
2023-08-01[INTEGRATION] Fix INFO.yamlLukasz Rajewski1-1/+1
Fix INFO.yaml and the wrong project name there. Issue-ID: INT-2222 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: If5eb39f2de547f357c5ad6354b113c80e1222f32
2023-07-14[INFRA] Fix infra healthcheck docker to build tests for gatingMichal Jagiello1-1/+1
Right now wrong tag is used for integration Issue-ID: INT-2222 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Iad04b80bdfc01854e13f82cb77e041fb2a530654
2023-06-14[SDNC] Enable SDNC Sanity testLukasz Rajewski1-0/+11
Enable SDNC Sanity test of GR API Issue-ID: TEST-395 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I18454a2ca66005693c8db193bd6b429a1ae2ce6f
2023-06-12[HEALTHCHECK] Remove onap-k8s from testcasesMichal Jagiello2-11/+0
Cleanup testcases list Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I16674cd55d534004361120509b2dc83e7658b997
2023-05-30[INFRA] Add missing kubernetes_statusMichal Jagiello1-0/+1
Add deleted by accident kubernetes_status script Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8c196896837b22a50ba3045143e69f1997af1541
2023-05-25[INFRA] Add integration script to run onap-k8s testMichal Jagiello7-27/+35
Next to Orange use ONAP script to run that test Refactor docker image build to not clone that repo Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: If321945c3ce3bca0f66256ba2d05243759817493
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 Rajewski3-3/+3
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
2023-05-22[INFRA] Add status healthcheck to xtestingpawel.denst1-0/+11
Added status healthcheck to xtesting Issue-ID: INT-2240 Signed-off-by: pawel.denst <pawel.denst@external.t-mobile.pl> Change-Id: Ie0d5c87114d529ca86574019af7f3be60fc8c679
2023-05-22Revert "[INFRA] Use integraion script to run onap-k8s test"Lukasz Rajewski7-24/+28
This reverts commit 05a15ef4d6a4e2b2b25f18fb84aa0447019bf228. Reason for revert: <INSERT REASONING HERE> Issue-ID: INT-2226 Change-Id: Ic8ca67b37f5e45eed9a21117abc59422ef117250 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
2023-05-17[INFRA] Use integraion script to run onap-k8s testMichal Jagiello7-28/+24
Instead of Orange use ONAP script to run that test Refactor docker image build to not clone that repo Issue-ID: INT-2226 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I280b344630860caac96f95b77f76c95db5be32db
2023-05-17[INTEGRATION] Pin versions in requirements.txt for smoke-usecases-robotMarek Szwałkiewicz1-14/+14
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: Id2b20ff8d4ffada6565bb8af5f8ef3c4edf972b5 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-20[SECURITY] Use fixed version of security versions scriptMichal Jagiello1-3/+3
Use the version of versions security script which is hosted on integration repository. Issue-ID: TEST-394 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ib49ab1f6615c878f01ce8ff38918387a39ad2085
2023-04-18[INTEGRATION] Update INFO.yaml with new PTLMarek Szwałkiewicz1-4/+7
Marek Szwalkiewicz was added as the new INT PTL and committer. Issue-ID: INT-2218 Change-Id: Idffcaa3070f957e4cfa6e49a8202f6bb504b4973 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-18[INTEGRATION] Pin tox.ini basepython to 3.8Marek Szwałkiewicz2-7/+7
Change in tox.ini that binds python version used to 3.8 Issue-ID: INT-2222 Change-Id: I8f93067785d84e9b3233044d2b7667a0e3a21832 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-17[INTEGRATION] Update deprecated whitelist_externals in toxMarek Szwałkiewicz2-5/+8
Remove deprecated whitelist_externals from tox.ini Issue-ID: INT-2221 Change-Id: Id4328888d05b3d6a4048ca3028dd64ab64a9f92f Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-03-15Fix security docker buildMichal Jagiello1-1/+1
Issue-ID: INT-2154 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id1db8b86abd5711e447239e15f4f7cf2522c14d5
2023-02-06[FIX] Fin invalid run and case nameMichal Jagiello1-2/+2
Fix typo in basic_cps testcase Issue-ID: INT-2194 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I03b486b8da7f21616efec5c6403b7fa412175472
2023-02-03[CPS] Add basic_cps test into smoke usecases testcaseMichal Jagiello1-0/+13
Basic CPS test checks if resources creation and deletion on CPS works fine. Issue-ID: INT-2194 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8da5ee03b0312150167e521a112b6d5a72f17b0d
2022-10-24[INTEGRATION] Update committers listkohnMichal Jagiello1-32/+6
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2146 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I7a2f88b564887ac722106872ea29ba0bb7589299
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 Jagiello4-0/+6
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
2022-10-04[ROBOT] Use upper constraintsMichal Jagiello2-0/+3
Installing the newest version of importlib_metadata breaks robot tests execution Issue-ID: INT-2160 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8e414a9a09310b336085e5a76c3aa4649adc51c4
2022-09-28[SECURITY] Fix xtesting security docker fileMichal Jagiello1-3/+3
Use newer version of go and change kubernetes version Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Issue-ID: INT-2154 Change-Id: I9126942861a126ec81dae79a5439410011c7be2a
2022-05-06[INTEGRATION] Update committers listMichal Jagiello1-0/+8
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2106 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I192802e53d2ed837d99f223af5c2a3112cf8e9a0
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.aditya4-2/+48
Health check included for cps-temporal Issue-ID: CPS-990 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I432126b42cf7f66e18c615633ac9d1843c2c2632
2022-04-20[SECURITY] Bump golang image version for xtesting-securityMichal Jagiello1-2/+2
Fixes docker image build issue related with too old golang version. Issue-ID: INT-2105 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I722d2803cafb56a2768c54e20fd47d8e9a7fdaae
2022-03-01[INTEGRATION] Update committers listMichal Jagiello1-10/+16
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2077 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ic75c975a598f63fe07a96398168ac79d33730f3f
2022-03-01Revert "Revert "[SMOKE] Temp Ugly Fix markupsafe dependency""Michal Jagiello1-0/+1
This reverts commit 0a030ffe2313d058052dc2351a6b926d374c3db7. Reason for revert: Reverted too early, should be reverted after ONAP SDK release. Issue-ID: INT-2078 Change-Id: I02677462fcf961e1e8fbe26d26f1341633bc4356 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2022-02-24Revert "[SMOKE] Temp Ugly Fix markupsafe dependency"Michal Jagiello1-1/+0
This reverts commit 8fef424fd0a0c080042ecfc1c66be7906b35905c. Reason for revert: Fixed on Python ONAP SDK Issue-ID: INT-2078 Change-Id: I82d4c1b0573e037f9d22534b78f2c631bdddbc54 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
2022-02-23[SMOKE] Temp Ugly Fix markupsafe dependencymorganrol1-0/+1
Since few days a jinja2 upstream depenency introduced a regression We need to fix the version to 2.0.1 (2.1.0 will lead to an import error that will break all the docker builds) I tried to fix it at the sdk level without success I wait for Michal's comeback to get his view on sdk error Meanwhile this patch shall allow to rebuild the docker and execute the tests Issue-ID: INT-2078 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I4a3062ecb0d25a23232281dec359f830c216f825
2022-01-26[TESTCASE] Declare basic_cnf_macro in xtestingmorganrol1-0/+18
New test case (replace basic_cnf) Issue-ID: TEST-379 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I6b2b815f4b0d538cfb02dc70f824f77e80e0d112
2022-01-04[PYTHONSDK] Fix pyyaml issuemorganrol1-1/+1
Due to the introduction of pyyaml in the tox, the docker build may have issue Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. Adding the pip option --ignore-installed avoid any issue Issue-ID: TEST-377 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I85dcc0a08db7998d2cb3407ad91200fba48b1fd6
2021-11-25[INTEGRATION] Remove Bartosz Gardziejewski from commiters listMichal Jagiello1-5/+3
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2008 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I3613568158eeadc7c9d89244dee80e227765778f
2021-11-23[ISTANBUL] Create release xtesting dockers for istanbulmorganrol1-0/+18
Create release versions of the istanbul xtesting dockers Issue-ID: INT-2006 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I14bd9b16b6184c86b13957bf60ff4c26cfd492c6
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-11-22[RELEASE] Fix Openstack and OPNFV upper constraints versionsmorganrol1-2/+2
The robot pods is old..due to historical reasons. that is why we created a robot-p3 for new tests. However it shall still be compiled for our needs The upper constraints were so far set to master, which is not very good as xtesting was set to jerma. Setting version for Openstack and OPNFV upper constraints shall fix teh python dependency issue preventing from releasing the istanbul xtesting dockers Issue-ID: INT-2006 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I7226da28fe76891c1be4a9bd5b391fe2e7a52247
2021-11-09[TEST] Add cds resource resolution testmorganrol1-0/+12
Add new test in testcases.yaml to include the test in xtesting. Issue-ID: TEST-297 Change-Id: Id0b62154956d57bfad84823d71b8d0be5fb59e57 Signed-off-by: morganrol <morgan.richomme@orange.com>
2021-11-05[HONOLULU] Add honolulu mr xtesting dockersmorganrol1-0/+16
Create official xtesting release dockers for honolulu maintenance release Issue-ID: INT-2002 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I9b14c7b4396eef15ea93bfbaa674a240cae318f3
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-10-25[TEST] Fix xtesting security docker build issueMichal Jagiello1-0/+2
Add two go commands to fix build issue. Issue-ID: TEST-367 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I740d5b46448f8ba32061314f6518651162f37975
2021-10-20[INTEGRATION] Add build arg for smoke-usecases-pythonsdkMichal Jagiello1-1/+7
Add a flag to the Dockerfile to determine whether to install the development version of the SDK Issue-ID: INT-1983 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I6d4c1415c90c75dda1a3a37d3fd696efb2b49b93
2021-10-19[SECURITY] Fix xtesting-security buildmorganrol1-10/+0
xtesting-security not building since few days - remove kubebench reference - do not upgrade pip (options used for jube hunter no more supproted) Issue-ID: TEST-367 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I882aae5b7122af51f5e4dd312f27efa219c75b19
2021-10-05[ROBOT] ADD BULKPM testsuite to use helm based component servicesKrzysztof Kuzmicki1-1/+5
Changes required in XTESTING image before adding BULKPM test cases that use helm based component services Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Issue-ID: INT-1895 Change-Id: I48adc9e326371163d9f5bd96fe42341f505cfbf0
2021-09-28[STABILITY] Add Basic_vm_macro_stability testmorganrol2-20/+41
It is based on basic_vm_macro but included a pre-enriched CBA it avoids exchanges with CDS to ease stability test with the macro mode (priviledged mode) Issue-ID: TEST-349 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I7a5238ca18fcf9d9ba1d02760e8c1dcfb60f4cbf
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