9ab1ff0059
- cinder-tempest-lvm-multibackend is the simple LVM multibackend job and replaces legacy-tempest-dsvm-lvm-multibackend. - remove legacy-tempest-dsvm-zeromq-multibackend, as ZeroMQ support was deprecated in Rocky and removed in Stein. It could be replaced by inheriting from cinder-tempest-lvm-multibackend in older branches when this patch is backported; - replace cinder-tempest-dsvm-lvm-lio-barbican with cinder-tempest-dsvm-lvm-lio-barbican provided by cinder-tempest-plugins; - replace legacy-tempest-dsvm-full-devstack-plugin-nfs with devstack-plugin-nfs-tempest-full, now provided by devstack-plugin-nfs; - update cinder-plugin-ceph-tempest to also run cinderlib tests and make it inherit from devstack-plugin-ceph-tempest-py3. Change-Id: Icdafaf55494b6dd74ec31c3572d7344fcc028166
7 lines
188 B
YAML
7 lines
188 B
YAML
- hosts: all
|
|
vars:
|
|
tox_envlist: functional
|
|
zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
|
|
roles:
|
|
- fetch-tox-output
|