aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/blacklist.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/blacklist.yaml')
-rw-r--r--functest/opnfv_tests/openstack/rally/blacklist.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.yaml b/functest/opnfv_tests/openstack/rally/blacklist.yaml
new file mode 100644
index 000000000..4c85088a8
--- /dev/null
+++ b/functest/opnfv_tests/openstack/rally/blacklist.yaml
@@ -0,0 +1,25 @@
+---
+scenario:
+ -
+ scenarios:
+ - '^os-' # all scenarios
+ tests:
+ # Following test occasionally fails due to race condition issue on
+ # quota manipulation in nova.
+ # Ref: https://bugs.launchpad.net/nova/+bug/1552622
+ - 'Quotas.nova_update_and_delete'
+
+functionality:
+ -
+ functions:
+ - no_migration
+ tests:
+ - NovaServers.boot_and_live_migrate_server
+ - NovaServers.boot_server_attach_created_volume_and_live_migrate
+ - NovaServers.boot_server_from_volume_and_live_migrate
+ - NovaServers.boot_and_migrate_server
+ -
+ functions:
+ - no_net_trunk_service
+ tests:
+ - '^NeutronTrunk'