summaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/blacklist.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-17 08:46:02 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-17 08:49:47 +0100
commit775660ce3ee6414243263ef8532df5bcb494e516 (patch)
tree9611a05348c421177ba763458968bd499350c6c5 /functest/opnfv_tests/openstack/rally/blacklist.yaml
parentdc6abd421a10f48490fc97699c675357281e44f6 (diff)
Rename Rally blacklist.txt to blacklist.yaml
It eases editing it or verifyfing it via yamllint. Change-Id: I380830eff5f404745e284067b5a10f58dc60b80e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit f600874cef933a2077a51bb334365a861e6fbb48)
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'