Merge "Run all VNFs vs SDN scenarios"
[functest.git] / functest / opnfv_tests / openstack / rally / blacklist.txt
1 scenario:
2     -
3         scenarios:
4             - '^os-nosdn-lxd-(no)?ha$'
5         installers:
6             - '.+'  # all installers
7         tests:
8             - NovaServers.boot_server_from_volume_and_delete
9     -
10         scenarios:
11             - '^os-'  # all scenarios
12         installers:
13             - '.+'  # all installers
14         tests:
15             # Following test occasionally fails due to race condition issue on
16             # quota manipulation in nova.
17             # Ref: https://bugs.launchpad.net/nova/+bug/1552622
18             - 'Quotas.nova_update_and_delete'
19
20 functionality:
21     -
22         functions:
23             - no_migration
24         tests:
25             - NovaServers.boot_and_live_migrate_server
26             - NovaServers.boot_server_attach_created_volume_and_live_migrate
27             - NovaServers.boot_server_from_volume_and_live_migrate
28             - NovaServers.boot_and_migrate_server