We are satisfied to announce the release of: tempest 34.2.0: OpenStack Integration Testing This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/tempest Download the package from: https://pypi.org/project/tempest Please report issues through: https://bugs.launchpad.net/tempest/+bugs For more details, please see below. 34.2.0 ^^^^^^ Prelude ******* This is an intermediate release during the 2023.2 development cycle to make scenario tests server SSHABLE functionality available to plugins and other consumers. Upgrade Notes ************* * Update default value of config option "CONF.identity.v3_entrypoint_type" from adminURL to public. This was deprecated in Q release, and was missed. The default entrypoint used by tempest should be the public one. Changes in tempest 34.1.0..34.2.0 --------------------------------- 8d1521977 Use stable constraint in tox to release Tempest new tag 79fe137cf Add release notes for 2023.2 cycle intermediate release. 657446929 Allow passing validation_resources in scenario 8f9c77b36 Fail create if validation flags do not agree 49c2b3ba8 Allow wait_until=SSHABLE in scenario manager ed1797c12 Actually make volume extend tests validate 04d352458 Wait until SSHABLE in volumes_extend test 05c805f7f Update v3_endpoint_type to use public e64f4c2b0 Simplify definition of fips jobs b15ff9b0f Add project reader to account-generator a3e09f700 Add RBAC new defaults and scope job for stable/zed 80851ad90 rm hardcoded cidr in test_create_server_multi_nic bbb2e0441 Update integrated gates template for grenade skip level job 7fdc60407 Create releasenotes page for tempest 34.0.0 91e2be9eb Switch to the master constraint in tox.ini 9eab9073d Add Tempest gate job for stable/2023.1 eb85cec8b Inherit tempest-extra-tests job from tempest-full-py3 572ac5425 Update "test_list_migrations_in_flavor_resize_situation" to indicate the failing request on timeout. Diffstat (except docs and test files) ------------------------------------- playbooks/enable-fips.yaml | 4 -- ...23.2-intermediate-release-8725d48b96854dce.yaml | 5 ++ .../update-v3-entrypoint-29d56c902439cc03.yaml | 6 +++ releasenotes/source/index.rst | 1 + releasenotes/source/v34.0.0.rst | 6 +++ tempest/api/compute/base.py | 8 +-- .../servers/test_create_server_multi_nic.py | 48 ++++++++++++----- tempest/api/volume/base.py | 10 ++++ tempest/api/volume/test_volumes_extend.py | 2 +- tempest/cmd/account_generator.py | 9 +++- tempest/common/compute.py | 5 ++ tempest/config.py | 6 +-- tempest/scenario/manager.py | 61 ++++++++++++++++++++-- tempest/scenario/test_encrypted_cinder_volumes.py | 4 +- tempest/scenario/test_server_basic_ops.py | 3 +- tempest/scenario/test_volume_boot_pattern.py | 4 +- tempest/test.py | 2 +- zuul.d/integrated-gate.yaml | 26 +++++++-- zuul.d/project.yaml | 12 ++++- zuul.d/stable-jobs.yaml | 24 +++++++++ 22 files changed, 229 insertions(+), 61 deletions(-)
participants (1)
-
no-reply@openstack.org