aboutsummaryrefslogtreecommitdiffstats
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2023-10-27Stop patching test_create_backup.pyCédric Ollivier2-93/+1
The upstream patch [1] should make it work [1] https://github.com/openstack/tempest/commit/ec63f4aaf696e37459523de517cfb9b086b8811e Change-Id: I762c53ee7b7dd7b1f04ec71c1c21c37d4308cbbf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-05-13Update to RefStack 2022.11Cédric Ollivier4-14/+122
Change-Id: I7b7667987cb6369b27f2d15c670987ea99812335 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-05-12Set Compute min_microversion to 2.44Cédric Ollivier1-1/+1
It skips all floating IPs tests via Nova https://review.opendev.org/c/openstack/tempest/+/503797 Change-Id: If30d5bd46cfeec3df23ae6b7ad0ebdf7d003550f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-05-12Set Compute min_microversion to 2.36Cédric Ollivier1-0/+1
https://review.opendev.org/c/openstack/tempest/+/557169 Change-Id: I98c126deaae201a2d7b54972079fcc4d9703015f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-05-12Remove packaging from upper-constraints.txtCédric Ollivier1-0/+1
https://build.opnfv.org/ci/job/functest-opnfv-functest-core-latest-build/69/console Change-Id: I7e268439ab67adcb833a2abb348d90ff29db7bcc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-21Stop bashing functest scriptsguillaume.lambert4-5/+6
Though bash is a good interactive user shell and apart portability concerns, many UN*X systems and GNU+Linux distributions now prefers Almquist or Kornshell variants for scripting in order to improve the system performance and maintenability. https://wiki.ubuntu.com/DashAsBinSh https://mywiki.wooledge.org/Bashism https://en.wikipedia.org/wiki/Almquist_shell Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: I32c5490f9eab54e6cac594f3eac1e392edf8b272
2023-03-13Revert to Alpine 3.16Cédric Ollivier1-1/+1
ruby-bundler 2.3.26-r0 as proposed in Alpine 3.17 seems buggy https://github.com/googleapis/google-cloud-ruby/issues/19266 Change-Id: Ifcb6ba3e92d2ee5f21db859f6ee143a998dd6237 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-06Upgrade to Alpine 3.17Cédric Ollivier1-1/+1
Change-Id: Ia9d64a094e787e0693fab3c59deb33e2404ccfc6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-06Set tempurl_digest_hashlib = sha1 in tempest_confCédric Ollivier1-0/+1
Functest uses Ceph in gate which doesn't support sha256 as default. Please see: - https://review.opendev.org/c/openstack/tempest/+/832771 - https://tracker.ceph.com/issues/56564 - https://github.com/ceph/ceph/pull/47723 Change-Id: I3e98301feca4b68b1f9ebb4a6b20feb505b2dd01 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-11-07Skip test_compute_unified_limits in tempest_scenario_cnttCédric Ollivier1-1/+2
All new features are skipped until RA1 put it as mandatory https://artifacts.opnfv.org/functest/3LQT9SQ6HYCM/functest-opnfv-functest-smoke-cntt-yoga-tempest_scenario_cntt-run-1/tempest_scenario_cntt/tempest-report.html Change-Id: I5f2deeee408703ff2d82e0ca26dc0cdd5ef765ec Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-11-07Decrease test count in tempest_heat_cnttCédric Ollivier1-1/+1
https://artifacts.opnfv.org/functest/Z5NOKCLXQA25/functest-opnfv-functest-smoke-cntt-yoga-tempest_heat_cntt-run-1/tempest_heat_cntt/tempest-report.html Change-Id: I95be34b107bc6e731031abae304f3acc6f090244 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-11-07Merge "Filter local_ip testing"Cedric Ollivier1-1/+2
2022-10-27Stop install distlib via packagesCédric Ollivier1-3/+0
Change-Id: I2a98204da9875186be648c120474834216fffe93 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-10-27Remove distlib from upper-constraints.txtCédric Ollivier1-0/+1
https://build.opnfv.org/ci/job/functest-opnfv-functest-core-latest-build/53/console Change-Id: I948c6f5913ba1984dba6f18ae5554c3bc2a3d99b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-10-25Update Alpine version to 3.16Cédric Ollivier1-4/+2
It's the latest stable version. https://www.alpinelinux.org/posts/Alpine-3.16.0-released.html Change-Id: I567bf68675e8de853aeb204c97994b08f3dda6c2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 253e17d5b10965758465b08c7d13589c4ff7d0cf)
2022-05-02Filter local_ip testingCédric Ollivier1-1/+2
It's a new feature which has not been set as mandatory by Anuket Change-Id: Ib5d4cdc266b9db6c798dc3a1f27dc6c99012d534 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-03-04Leverage xtesting 0.96.0Cédric Ollivier7-8/+8
Change-Id: Ica7d7afb041d946dc25e37d736b07a3ad13c1ef7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Skip test_volume_actions_rbac.VolumesActionsV310RbacTestCédric Ollivier1-0/+3
It completes the previous patch. http://artifacts.opnfv.org/functest/2BTYC9OZVCC2/functest-opnfv-functest-smoke-latest-patrole_member-run-188/patrole_member/tempest-report.html Change-Id: I03d3a21e72c5bc5335d77b8ce972601f8d2d273a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Skip ZaqarSignalTransportTest in tempest_heat_cnttCédric Ollivier1-0/+1
CNTT doesn't ask for messaging service. http://artifacts.opnfv.org/functest/Y2DWN1R2YMHV/functest-opnfv-functest-smoke-cntt-latest-tempest_heat_cntt-run-171/tempest_heat_cntt/tempest-report.html Change-Id: Ia51a195fc937184932a6daabf670e4646f300f53 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Exlude programming issues in Patrole test casesCédric Ollivier1-0/+27
http://artifacts.opnfv.org/functest/5R496QTS4IFG/functest-opnfv-functest-smoke-latest-patrole_admin-run-187/patrole_admin/tempest-report.html http://artifacts.opnfv.org/functest/5R496QTS4IFG/functest-opnfv-functest-smoke-latest-patrole_member-run-187/patrole_member/tempest-report.html http://artifacts.opnfv.org/functest/5R496QTS4IFG/functest-opnfv-functest-smoke-latest-patrole_reader-run-187/patrole_reader/tempest-report.html Change-Id: Icd494ed69efaea37818d5b63a9772c4625aa8e08 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Skip test_network_qos_placement in tempest_scenario_cnttCédric Ollivier1-0/+1
http://artifacts.opnfv.org/functest/RWGPS2N4S9AK/functest-opnfv-functest-smoke-cntt-latest-tempest_scenario_cntt-run-198/tempest_scenario_cntt/tempest-report.html Change-Id: Ife673af908294d9aaff3fcb08ea7569ad3f43bce Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Increase tempest_full_cntt test_countCédric Ollivier1-1/+1
http://artifacts.opnfv.org/functest/KZZNYVZ3KXTC/functest-opnfv-functest-smoke-cntt-latest-tempest_full_cntt-run-201/tempest_full_cntt/tempest-report.html Change-Id: I4be720dfca3af4961951f095f834a1453e4d92a9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Skip tempest_heat tests asking for messaging serviceCédric Ollivier1-0/+3
http://artifacts.opnfv.org/functest/JVAWH4X6HW5U/functest-opnfv-functest-smoke-cntt-latest-tempest_heat_cntt-run-170/tempest_heat_cntt/tempest-report.html Change-Id: I69b5c796490447f4d6a271190c7b02c561d3bd25 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Increase tempest_neutron_cntt test_countCédric Ollivier1-1/+1
http://artifacts.opnfv.org/functest/3JQK2X84WTCX/functest-opnfv-functest-smoke-cntt-latest-tempest_neutron_cntt-run-165/tempest_neutron_cntt/tempest-report.html Change-Id: I0b534e096f13c3096e4c04cecf463deb245d99e8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-26Enable RefStack backCédric Ollivier1-2/+0
Change-Id: Ia87753bb12963c2da9515231b1241860546b7cfe Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-25Filter test_policy_minimum_bandwidth_rule_rbac in PatroleCédric Ollivier1-0/+3
https://artifacts.opnfv.org/functest/H5LU90NKXLQX/functest-opnfv-functest-smoke-xena-patrole_admin-run-13/patrole_admin/tempest-report.html Change-Id: Id4477c52b71147f47c590369a9030dd997c69da6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-25Reduce Patrole test case listsCédric Ollivier1-0/+33
They seem related to Patrole obsolescence patrole_tempest_plugin.rbac_exceptions.RbacParsingException: Attempted to test an invalid policy file or action Details: Policy action "volume_extension:types_manage" not found in policy files: [] or among registered policy in code defaults for cinder service. Change-Id: I2e0bfeb150c8835b47bddac7130021963850397a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-25Increate test_count in tempest_slow_cnttCédric Ollivier1-1/+1
http://artifacts.opnfv.org/functest/6ULJF575WVG6/functest-opnfv-functest-smoke-cntt-xena-tempest_scenario_cntt-run-3/tempest_scenario_cntt/tempest-report.html Change-Id: I88446714338e46188f61bcac8967196c421f0edd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-25Increate test_count in tempest_full_cnttCédric Ollivier1-1/+1
http://artifacts.opnfv.org/functest/4PVT7P9NXUD4/functest-opnfv-functest-smoke-cntt-xena-tempest_full_cntt-run-3/tempest_full_cntt/tempest-report.html Change-Id: I1e25aa3ca73c52cf30d69bf6e3932b3505175ea2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-20Skip new image import related tests in CNTTCédric Ollivier1-0/+2
This feature is optional in CNTT. Change-Id: Iaf2cd7bf8cbba7d4b1f69d51cd41c37842d7bbcd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-20Take hostname_fqdn_sanitization into accountCédric Ollivier2-0/+2
It's skipped in CNTT as it's not enabled yet. Change-Id: Iac3976f4a5fbc2a1e32934bcb4c49877c5753ed4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-15Update linters and fix all new issuesCédric Ollivier1-2/+4
It mostly add encoding in open calls and leverage f-strings. Change-Id: Ifead18fc724a452c1067dcf91dc577032edc9c59 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-10-15Update RefStack test case descriptionsCédric Ollivier1-4/+0
RefStack now allows skip tests. Change-Id: I32f57388be81e3ace326c76320a33ca16c01bdba Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-08-18Fallback VMTP to "Support both IPv4 and IPv6 DNS servers when creating networks"Cédric Ollivier1-1/+1
Bootable volume support (bump) is breaking cinder changes removing Cinder v3 [1]. [1] https://opendev.org/x/vmtp/commit/5ac228a575153e059e3d683d5e125415dd32e89f Change-Id: Id71332f537203d45ad62dae13745f505f46734b6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-08-18Switch to provider_vlans publicCédric Ollivier1-1/+1
It follows the new OpenStack gate configs. Change-Id: I74ae08bf857f092012abab59e108128fc54ddea4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-08-18Update to Alpine 3.14Cédric Ollivier7-9/+10
It also fixes lots of new pylint warnings. Change-Id: I3376aee5649596c53bc2941ad4d8e0674a2967fe Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-08-10Select Wallaby as CNTT baseline (Lakelse)Cédric Ollivier1-2/+2
Change-Id: I5637da29b3fa4c43e288ffb5f2306273a5bc2c9e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-06-10Remove distlib from constraintsCédric Ollivier1-0/+1
Else it fails when uninstalling distlib. https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-core-latest-build/48/console Change-Id: Ibec464eed800f5b9e7d55bff6bb02f1c43b15aff Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-05-26Remove six from Openstack requirementsCédric Ollivier1-0/+1
Attempting uninstall: six Found existing installation: six 1.15.0 [91mERROR: Cannot uninstall 'six'. 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. https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L445 Change-Id: Id31393e9df11920ebebb13cfc4d9080c49a85e52 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-05-21Skip new Cinder rbac testing in CNTTCédric Ollivier1-0/+1
Change-Id: Ic497f405fd60edeb9a19180de8002ebeee81d3cb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-05-21Skip new Glance testing in CNTTCédric Ollivier1-1/+4
They ask for features not mandatory in CNTT Change-Id: I8c1017d2ca76cde90dc8dc66b51d42511bd54ce2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-05-21Skip new Keystone RBAC testing in CNTTCédric Ollivier1-0/+1
Change-Id: Ieb0b1992658cc559447e0d5777683c3cac66a766 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit c2d68b7235efca6743350b362daf63cc9960775b)
2021-05-21Skip test_get_network_ip_availabilitiesCédric Ollivier1-0/+3
http://artifacts.opnfv.org/functest/T5HYYAOA3L02/functest-opnfv-functest-smoke-wallaby-patrole_admin-run-7/patrole_admin/tempest-report.html http://artifacts.opnfv.org/functest/H3A87GU7QKXC/functest-opnfv-functest-smoke-latest-patrole_reader-run-153/patrole_reader/tempest-report.html Change-Id: I7b2aabdec4bed6928e0672d73627f6ea67f811df Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-05-19Update test case countsCédric Ollivier1-2/+2
Change-Id: I5a10da026a98218496de36beb0a92d668514e336 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-05-19Configure dashboard.dashboard_url if tempest_slowCédric Ollivier1-1/+1
Tempest Horizon is now also executed in tempest_slow. Change-Id: I910adc68eeb067d089b705feb794911afd1747e0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-05-17Update test case counts in CNTTCédric Ollivier1-2/+3
Change-Id: I8cab1ced6babcc8969d4500784d1fa10dc8f8b6e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit e0af292db068072a1b08879e32fd871237009fcf)
2021-02-13Upgrade system firstCédric Ollivier1-1/+2
Change-Id: I2d1b7816505370aa326e48c5aba3177a3fa844d3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-11tempest_horizon has been merged into openstack/tempestCédric Ollivier2-11/+2
https://github.com/openstack/tempest-horizon/commit/6883d8ff5a1cc2c20b4fea7b58ba8fcda12ec035 Change-Id: Ib978fdb5f208e0767091eda32bd2103cc88cf47c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-02-10Follow new pip name resolverCédric Ollivier4-10/+10
Change-Id: Ib185c90b4403a25db55ab0948c2d6bb2b2bc8dfd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-12-10Update tempest_neutron test_count to 529Cédric Ollivier1-1/+1
artifacts.opnfv.org/functest/RT4JR0LWTYQhttp://artifacts.opnfv.org/functest/RT4JR0LWTYQE/functest-opnfv-functest-smoke-cntt-latest-tempest_neutron_cntt-run-152/tempest_neutron_cntt/tempest-report.htmlE/functest-opnfv-functest-smoke-cntt-latest-tempest_neutron_cntt-run-152/tempest_neutron_cntt/tempest-report.html Change-Id: Ifcb8e5ffb8a8c9244b6736affa48f0615368640c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>