Merge "Revert "Test attached volume extend actions in the nova-next job""

This commit is contained in:
Zuul 2022-08-23 18:08:09 +00:00 committed by Gerrit Code Review
commit 3c7d6e4c9c

View File

@ -326,15 +326,13 @@
post-run: playbooks/nova-next/post.yaml
required-projects:
- novnc/novnc
- openstack/os-brick
vars:
# We use the "all" environment for tempest_test_regex and
# tempest_exclude_regex.
tox_envlist: all
# Run all compute API tests, most scenario tests, and extend attached
# volumes tests at the default concurrency (nproc/2 which is normally 4
# in the gate).
tempest_test_regex: ^tempest\.(scenario|api\.compute|api\.volume\.(admin\.)?test_(encrypted_)?volumes_extend\.(Encrypted)?VolumesExtendAttachedTest)
# Run all compute API tests and most scenario tests at the default
# concurrency (nproc/2 which is normally 4 in the gate).
tempest_test_regex: ^tempest\.(scenario|api\.compute)
# The tempest.scenario.test_network* tests are skipped because they
# (1) take a long time and (2) are already covered in the
# tempest-slow* job. If this regex gets more complicated use
@ -390,9 +388,6 @@
unified_limits: True
neutron_plugin_options:
available_type_drivers: flat,geneve,vlan,gre,local,vxlan
volume-feature-enabled:
extend_attached_volume: True
extend_attached_encrypted_volume: True
devstack_localrc:
Q_AGENT: openvswitch
Q_ML2_TENANT_NETWORK_TYPE: vxlan