summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-04-30 21:18:42 +0000
committerGerrit Code Review <review@openstack.org>2019-04-30 21:18:42 +0000
commit9e9c498ea224e5dc8b1adb4623188648e19ccc72 (patch)
tree4c9595562e9c81804d45d16ddebef3dd17dc214f /devstack
parentbe1ff9188b5ea611df173bc0eac58f9ff1ba8530 (diff)
parentd2e58cb49032e412073fda8e55c87b5fcb385609 (diff)
downloadnova-9e9c498ea224e5dc8b1adb4623188648e19ccc72.tar.gz
Merge "Add nova-multi-cell job"
Diffstat (limited to 'devstack')
-rw-r--r--devstack/nova-multi-cell-blacklist.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/devstack/nova-multi-cell-blacklist.txt b/devstack/nova-multi-cell-blacklist.txt
new file mode 100644
index 0000000000..87f07be426
--- /dev/null
+++ b/devstack/nova-multi-cell-blacklist.txt
@@ -0,0 +1,9 @@
+# --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
+
+# Disable associate floating IP tests until bug 1826472 is fixed.
+tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON