From 9d285e0bb4447038d231d70d0dac0f4d7d5b689a Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 10 Feb 2021 17:02:43 -0600 Subject: Switch to new rolevar for run-tempest role Tempest replaced the below rolevar for run-tempest role - tempest_test_blacklist is replaced by tempest_test_exclude_list - tempest_black_regex is replaced by tempest_exclude_regex old name are still supported for compatiblity but we recommend to switch to new one. Change-Id: I4f2d01a4cf443f9c539158e77032cd3d8ce24ad7 --- devstack/nova-multi-cell-blacklist.txt | 12 ------------ devstack/nova-multi-cell-exclude-list.txt | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 devstack/nova-multi-cell-blacklist.txt create mode 100644 devstack/nova-multi-cell-exclude-list.txt (limited to 'devstack') diff --git a/devstack/nova-multi-cell-blacklist.txt b/devstack/nova-multi-cell-blacklist.txt deleted file mode 100644 index d0a62e61aa..0000000000 --- a/devstack/nova-multi-cell-blacklist.txt +++ /dev/null @@ -1,12 +0,0 @@ -# --blacklist-file contents for the nova-multi-cell job defined in .zuul.yaml -# See: https://stestr.readthedocs.io/en/latest/MANUAL.html#test-selection - -# Exclude tempest.scenario.test_network tests since they are slow and -# only test advanced neutron features, unrelated to multi-cell testing. -^tempest.scenario.test_network - -# Also exlude resize and migrate tests with qos ports as qos is currently -# not supported in cross cell resize case . See -# https://bugs.launchpad.net/nova/+bug/1907511 for details -test_migrate_with_qos_min_bw_allocation -test_resize_with_qos_min_bw_allocation diff --git a/devstack/nova-multi-cell-exclude-list.txt b/devstack/nova-multi-cell-exclude-list.txt new file mode 100644 index 0000000000..a61229c906 --- /dev/null +++ b/devstack/nova-multi-cell-exclude-list.txt @@ -0,0 +1,12 @@ +# --exclude-list contents for the nova-multi-cell job defined in .zuul.yaml +# See: https://stestr.readthedocs.io/en/latest/MANUAL.html#test-selection + +# Exclude tempest.scenario.test_network tests since they are slow and +# only test advanced neutron features, unrelated to multi-cell testing. +^tempest.scenario.test_network + +# Also exlude resize and migrate tests with qos ports as qos is currently +# not supported in cross cell resize case . See +# https://bugs.launchpad.net/nova/+bug/1907511 for details +test_migrate_with_qos_min_bw_allocation +test_resize_with_qos_min_bw_allocation -- cgit v1.2.1