Merge "Create new project/user for rally test"
[functest.git] / functest / opnfv_tests / openstack / rally / blacklist.txt
1 scenario:
2     -
3         scenarios:
4             - '^os-'  # all scenarios
5         installers:
6             - '.+'  # all installers
7         tests:
8             # Following test occasionally fails due to race condition issue on
9             # quota manipulation in nova.
10             # Ref: https://bugs.launchpad.net/nova/+bug/1552622
11             - 'Quotas.nova_update_and_delete'
12
13 functionality:
14     -
15         functions:
16             - no_migration
17         tests:
18             - NovaServers.boot_and_live_migrate_server
19             - NovaServers.boot_server_attach_created_volume_and_live_migrate
20             - NovaServers.boot_server_from_volume_and_live_migrate
21             - NovaServers.boot_and_migrate_server