aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-03-17Clean tabs and trailing blanksguillaume.lambert15-534/+534
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: I82c3a2c26f02d9314fce8fa3f5b49c4a65ec8f75
2023-03-14Replace nose by pytestCédric Ollivier4-19/+17
Change-Id: If4b8feac021fb2fe5994a6b6bd1e36d302cb8b88 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-13Switch to py3.10 in toxCédric Ollivier1-9/+9
it's alpine 3.16 version. Change-Id: I0114e23e5c52a5c8f0352df02d296e38c24c16e2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-13Revert to Alpine 3.16Cédric Ollivier3-7/+7
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-13test_openstack_version14 -> test_openstack_version15Cédric Ollivier1-6/+6
Change-Id: Ia5eca43e3fc1d02eb187dd5ac0b37953d0d2fb82 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-13Detect OpenStack ZedCédric Ollivier2-1/+21
Change-Id: I3b0c9e030f2d31a6151d9ba44f2a06a627b3d913 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-13Chanlge all wiki linksCédric Ollivier3-13/+3
Change-Id: Ia1693aa55ee84c9529dd2aab55e23746b74ef3a5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-13Switch SNAPs link as it was removed from wikiCédric Ollivier2-3/+3
Change-Id: Ib187246a5f6f3912d4ce607001f26ab6b21fb150 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-06Upgrade to Alpine 3.17Cédric Ollivier3-7/+7
Change-Id: Ia9d64a094e787e0693fab3c59deb33e2404ccfc6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2023-03-06Set tempurl_digest_hashlib = sha1 in tempest_confCédric Ollivier3-0/+3
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-08Stop using docker install scriptCédric Ollivier2-4/+4
As this script fails vs xenial, let's update ubuntu and install the official package. Change-Id: Iba4124429bcd80280f6c5d128758ca72f00bb8f7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-11-07Skip test_compute_unified_limits in tempest_scenario_cnttCédric Ollivier2-2/+4
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 Ollivier2-2/+2
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 Ollivier2-2/+4
2022-11-02Update Cirros for testingCédric Ollivier2-3/+3
It avoids errors when reading ssh banneer. Change-Id: I67ba57f56914359e488936873cd2ce639a839b52 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 Ollivier2-2/+4
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-04-25Fix Alpine version in build.shCédric Ollivier1-5/+5
Change-Id: Ia9959d58c3b2ae636197232211e47d3b9d7c6260 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-03-04Leverage xtesting 0.96.0Cédric Ollivier8-9/+9
Change-Id: Ica7d7afb041d946dc25e37d736b07a3ad13c1ef7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-02-07Fix incorrect robotframework-sshlibrary versionCédric Ollivier1-1/+1
It's silent in Functest but breaks ONAP integration gates. Co-Authored-By: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id8a6a96f3311dc53b107877fe6c9f53a7a83fc77 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-01-11Fix new enchant package nameCédric Ollivier1-1/+1
https://packages.debian.org/fr/bullseye/enchant-2 Change-Id: Idc5d856a8be90852c94ca213c62922e7ba6b2585 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-01-05Update Xtesting to 0.94.0Cédric Ollivier1-1/+1
Change-Id: I34f816bedb7394034d3d149d496ab42fc18261bc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-06Skip test_volume_actions_rbac.VolumesActionsV310RbacTestCédric Ollivier2-0/+6
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 Ollivier2-0/+2
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 Ollivier2-0/+54
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 Ollivier2-0/+2
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 Ollivier2-2/+2
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 Ollivier2-0/+6
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 Ollivier2-2/+2
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-12-04Temporarily blacklist ↵Cédric Ollivier1-13/+0
CinderVolumeTypes.create_volume_type_add_and_list_type_access Change-Id: Ibe2437970d962af8262e885e44a2caafb4c08828 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-12-03Temporarily remove CinderVolumeTypes.create_and_update_volume_typeCédric Ollivier1-14/+0
A few tests are linked to Cinder v2 which was dropped in Xena Change-Id: I1d7e4ff4cdca61e553738ae79d21eb34033198a8 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 Ollivier2-0/+6
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 Ollivier2-0/+66
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 Ollivier2-2/+2
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 Ollivier2-2/+2
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 Ollivier2-0/+4
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 Ollivier5-0/+5
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 Ollivier38-356/+344
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-11-09Update Xtesting to 0.93.0Cédric Ollivier1-1/+1
Change-Id: Idc5cc6d83d3f4f4786fae533bafeafc1ac9ea245 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-11-08Sync requirementsCédric Ollivier2-2/+2
Change-Id: Id52449163a894bfb5e52c6d4e8c986c246a88a84 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-10-15Update RefStack test case descriptionsCédric Ollivier2-10/+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-18Update pylint to latest stableCédric Ollivier1-2/+1
It also stops filtering py27 which dropped for a while. Change-Id: Idf19d1d90e0c753b6c05bbe77f3748027c2e0af5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-08-18Switch to provider_vlans publicCédric Ollivier2-2/+2
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 Ollivier38-274/+243
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-30Update README.mdCédric Ollivier1-3/+2
It takes Wallaby into account Change-Id: I529147fd2e80bcc4a19c786b46a0412b32f9ffb5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>