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