whitebox-neutron-tempest-pl.../zuul.d/base-nested-switch.yaml
Roman Safronov 8741bffcfa Add test_qos.py tests
Moved almost all tests from the downstream test_qos.py except
test_qos_user_policies that was intended for non-RBAC environments.
The test can be handled later in another patch, if needed.

Added window_size parameter for tweaking iperf functionality.

Updated test uuids in order to distinguish between d/s tests.

Changed node to ubuntu (nested-virt-ubuntu-jammy) in order to
overcome node_failure zuul issues with centos-9-stream.

Change-Id: Ieda4ed56a0c69b97ac0c0584faad8be8dc5006ca
2024-03-19 02:29:30 +02:00

29 lines
965 B
YAML

- nodeset:
name: whitebox-neutron-single-node-ubuntu-jammy
nodes:
- name: controller
label: nested-virt-ubuntu-jammy
groups:
- name: tempest
nodes:
- controller
- job:
name: whitebox-neutron-tempest-plugin-base-nested-switch
parent: whitebox-neutron-tempest-plugin-base
abstract: true
branches:
regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed)).*$
negate: true
# Comment nodeset and vars to switch back to non nested nodes
nodeset: whitebox-neutron-single-node-ubuntu-jammy
vars: &nested_virt_vars
devstack_localrc:
LIBVIRT_TYPE: kvm
# NOTE(ykarel): seeing issues with host-passthrough mode
# https://bugs.launchpad.net/neutron/+bug/2036603
# LIBVIRT_CPU_MODE: host-passthrough
CIRROS_VERSION: 0.6.2
DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-disk
DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-disk.img