summaryrefslogtreecommitdiffstats
path: root/jjb/functest
AgeCommit message (Collapse)AuthorFilesLines
2021-02-07Fix git urlCédric Ollivier1-1/+1
Change-Id: I14fbf2ee6a9c828c35dcbb650a2e9e676b86fbaa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-07Manage tox via XtestingCICédric Ollivier2-116/+67
Change-Id: I5b063f9bffb363493363c0f96e66a9e8894e8de8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-05If releng verification had worked (x2)Cédric Ollivier1-1/+1
Verification has failed for years due to incomplete lock cache. Change-Id: I0b6d40636acf5b71457aab64cd7e6f5fa7cb45b4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-05If releng verification has workedCédric Ollivier1-5/+5
18:49:16 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. 18:49:16 from cryptography.utils import int_from_bytes 18:49:16 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 18:49:18 + python -m pip install --user --quiet --upgrade setuptools 18:49:18 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. 18:49:18 from cryptography.utils import int_from_bytes 18:49:18 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 18:49:20 + python -m pip install --user --quiet --upgrade -r /tmp/requirements-EHaY.txt 18:49:20 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. 18:49:20 from cryptography.utils import int_from_bytes 18:49:20 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Change-Id: I936c36aa1ac694e3ac77e058ab6f13cccacee5eb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-05Generate Docker builds via Xtesting CICédric Ollivier2-376/+112
Change-Id: I883d2c088849ba293ebed9541b42d63d3de4567a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-26Rename sig_network_feature -> sig_network_featuresCédric Ollivier1-9/+9
Change-Id: Ia04d6b09b61b027b428ad10f561163f1bc5844d8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-25Update Functest K8s test case listCédric Ollivier1-0/+52
It takes into account latest integrated e2e tests. Change-Id: Ic1273fb3ca8f5d993463ec9caa340c8829bf2882 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-01-21Update jjb for Alpine 3.13Cédric Ollivier4-32/+32
Change-Id: Ie43dd6f101ad7972e6c078eda76b123d7b2f5c54 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-07Enable Functest OVN GatesCédric Ollivier1-2/+0
Change-Id: I6eca176f354d5e5026e2d0526bdec5dcc3b2fbcf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-11-22Disable Functest OVN gateCédric Ollivier1-0/+3
SUT is broken. Change-Id: Ifa80e7d91a96981270f29fc1428af111ce2aa107 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-05Revert filtering in Functest gatesCédric Ollivier2-4/+4
Change-Id: Ie030625f85cb98bf08a79744c5de6fff80f5be3a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-05Exlude Functest features if LeguerCédric Ollivier1-0/+2
Change-Id: If0019d26dd478b76c9c189e3ec4927c057a49385 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Reduce filtering in Functest gatesCédric Ollivier2-4/+4
It allows verifying Leguer (lf-virtual9 is blocked by a zombie) Change-Id: I9f3ed6a9e1499fb3a9dd844f233275207b97e785 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Exlude tempest if leguerCédric Ollivier1-0/+2
Change-Id: Ib732d0283e07d9a89f6b0b730d3a21bf1bbbb56f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Remove all arm refs in viewsCédric Ollivier3-6/+6
Change-Id: I37979ccdacb1646b771eec6dc646afb8bd4b52d7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Fix typo in Functest container buildsCédric Ollivier3-3/+3
Change-Id: Ib101eca6d7e6d887feee9eec6bc9d3c90af3d05f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Drop OPNFV arm64 supportCédric Ollivier6-427/+8
Armband left OPNFV. Functest still supports arm and arm64 via .travis-ci. Change-Id: Ie0c7de20182fa91231760ad29c3b38c8ca8c9779 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Prepare Functest Leguer project jobsCédric Ollivier6-0/+18
OpenStack Victoria is being released [1]. [1] https://releases.openstack.org/victoria/index.html Change-Id: I32eebf88b71bc8d39e656b69a7a32922b84e93bb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Prepare Functest Leguer gatesCédric Ollivier6-1/+120
OpenStack Victoria is being released [1]. [1] https://releases.openstack.org/victoria/index.html Change-Id: I4774f8531bcb5fe2cb6f89a49af7a424b80b2932 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-16Add helm_vims in all gate jobsCédric Ollivier2-10/+30
Change-Id: I8bcd2a8c5c2b6bccd9d8264bd9bcbeeb5075b0cc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-13Remove all kube_bench exclusionsCédric Ollivier2-102/+0
It has been backported in all branches. Change-Id: I81e6ed3acce74cffdcd98a67717f2e44553df760 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-13Take last kube_bench split into accountCédric Ollivier2-0/+112
Change-Id: I781c64850464f6ecf35530cd454541d481a73012 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-08Skip k8s_vims iruya gatingCédric Ollivier2-0/+12
SUT (kind v1.15) doesn't work enough [1] https://build.opnfv.org/ci/view/functest-kubernetes-pi/job/functest-kubernetes-pi-arm-iruya-daily/27/ Change-Id: I9797badaf8ba89e0aca2a430bb4319f7cd708880 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-06Add k8s_quick in all Functest K8s jjbsCédric Ollivier2-0/+10
Change-Id: Icd901b93379a185633c48bf0b5335f7afaaae3a5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-05Don't build mts if not latestCédric Ollivier1-0/+4
Change-Id: I2032dea23192a40aef5d51f91bdc5f91d02cfc55 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-05Fix path in docker builds due to mtsCédric Ollivier1-1/+6
Change-Id: Ia5a7181e0884ffec0335a49154fa00c607248b14 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-05Remove all cnf-conformance exclusionsCédric Ollivier2-44/+0
It was backported in all active branches. Change-Id: Iadb9e21c943eaf3ca07ff765a4ad2538c49dd131 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-04Run all cnf test cases if latest armCédric Ollivier2-6/+0
cnf-conformance is skipped if needed. Change-Id: I44c3dae66c8ae755cbd058e76329ffa753dead3f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-04Add the missing test cnf_conformanceCédric Ollivier1-0/+1
Change-Id: I53fcea6981243e617763e75dd6a9536a7511c35e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-09-04Add cnf_conformance in all master jobsCédric Ollivier2-0/+59
Change-Id: I3a91a6731889fba06a255b86564de04ceb6efcd1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-30Globally block Functest Kubernetes jobsCédric Ollivier2-6/+6
All SUTs are deployed on the same server and it seems breaking testing due to the limited resources. Change-Id: Ic711da286fd166ced3fae9e8b0c5fa0302848bd5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-23Exclude benchmarking if PICédric Ollivier1-0/+9
Change-Id: I7b9edf775bbb84f636e0ca2286e33b43de382d39 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-23Revert "Run one single ims at glance"Cédric Ollivier2-44/+2
This reverts commit b5e9c78df69487adcf1e48cffe1d0034fffc688e. Change-Id: I39de9ef6c2690c04a790c8c05adeb96c2f939569 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-22Add xrally_kubernetes_full in all gatesCédric Ollivier2-0/+108
Change-Id: I7a3747acbe241d70550883002d690c3d2c848288 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-22Build Functest K8s benchmarkingCédric Ollivier1-0/+17
Change-Id: I641f367c598f5f65f83421d651281b6906237fff Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-19Run one single ims at glanceCédric Ollivier2-2/+44
Change-Id: I66339d363735522e57cb309d31e0a8f77fcc561f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-16Take last arm container into accountCédric Ollivier1-48/+0
Change-Id: I8477036ee299487600d7a21574bce8912bc9e415 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-14Update golang to 1.15Cédric Ollivier1-8/+8
Change-Id: I91d937bd4e07f3b8d371417bc9698a5ecdab6d4a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-12Switch to security to download all campaign data (2)Cédric Ollivier2-2/+2
smoke is not built if arm [1] [1] https://build.opnfv.org/ci/job/functest-kubernetes-pi-arm-latest-zip/1/console Change-Id: I60ec1439be7ff061952866dd17e581b758fbcb76 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-11Switch to security to download all campaign dataCédric Ollivier1-1/+1
smoke is not built if arm [1] [1] https://build.opnfv.org/ci/job/functest-kubernetes-pi-arm-latest-zip/1/console Change-Id: I8c1466194d0169aa2976471b5ac53d670d5ef4a8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-11Set arm_dirs in Functest K8s docker buildsCédric Ollivier1-2/+2
Change-Id: I1a806294b4a90e12a4dd6f83e5a0514444912aa3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-11Verify Functest K8 RaspberryPI containersCédric Ollivier1-0/+504
Change-Id: I0bf997d46e0297d9dac36dabf6ae2165c7115f84 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-11Exclude arm tags from gate jobsCédric Ollivier2-0/+65
Change-Id: I0842a5bfe4a1e12c08bc2c8481bf6300097eca9b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-11Fix remaining '-' after diff operationCédric Ollivier1-1/+1
Change-Id: I964de9b74a34b4e9176ecc6b56bbcf62fda5d5e4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-11Verify Functest K8s arm containersCédric Ollivier1-32/+57
Change-Id: I6d05a89dd38162f8df4b63ae0298a0ae4a8293d9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-09Remove neutron_trunk from all Hunter jobsCédric Ollivier3-77/+0
It was already excluded in all JJB projects. Change-Id: I4f74dc65d011903cc8093071c01315a954e1438a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-09Verify all Functest Raspberry PI containersCédric Ollivier2-3/+926
Change-Id: Ie29cade3b67d8bc46f0f860e61ca3434400bc59a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-09Slightly update the classical Functest jobsCédric Ollivier1-32/+104
It leverages latest XtestingCI changes. Change-Id: I18edf6d08ad838bfec4c0f8439b9314177e1f061 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-09Fix extra volumes logic in Functest Hunter jjbsCédric Ollivier1-3/+4
Change-Id: I9b7930bf83eb48f3535a81f14aca7b5f690cadb8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-09Precise tag regexCédric Ollivier1-4/+5
Change-Id: Ic1201c58bf9c85e2c5148da7d29b56e5fcbf7420 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>