aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/blacklist.txt
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:47:53 +0100
commitf600874cef933a2077a51bb334365a861e6fbb48 (patch)
treee2e2ec979b4a63e697fdd769a387d9b1b8506438 /functest/opnfv_tests/openstack/rally/blacklist.txt
parentf5c915cbb6d14e7985fb8e205aad2d40d3e1ee34 (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>
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/blacklist.txt')
-rw-r--r--functest/opnfv_tests/openstack/rally/blacklist.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.txt b/functest/opnfv_tests/openstack/rally/blacklist.txt
deleted file mode 100644
index 1ade43eaf..000000000
--- a/functest/opnfv_tests/openstack/rally/blacklist.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-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'