Add Barbican scenario in Rally
[functest.git] / functest / opnfv_tests / openstack / rally / blacklist.yaml
1 ---
2 scenario:
3     -
4         scenarios:
5             - '^os-'  # all scenarios
6         tests:
7             # Following test occasionally fails due to race condition issue on
8             # quota manipulation in nova.
9             # Ref: https://bugs.launchpad.net/nova/+bug/1552622
10             - 'Quotas.nova_update_and_delete'
11
12 functionality:
13     -
14         functions:
15             - block_migration
16         tests:
17             - NovaServers.boot_server_from_volume_and_live_migrate
18     -
19         functions:
20             - no_migration
21         tests:
22             - NovaServers.boot_and_live_migrate_server
23             - NovaServers.boot_server_attach_created_volume_and_live_migrate
24             - NovaServers.boot_server_from_volume_and_live_migrate
25             - NovaServers.boot_and_migrate_server
26     -
27         functions:
28             - no_net_trunk_service
29         tests:
30             - '^NeutronTrunk'