aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/blacklist.txt
blob: 1ade43eaf839acfa580307647e0feba4ba553568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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'