aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/blacklist.txt
blob: cdb5be663730d289f3f34fb43f1e4fbd7fb42742 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
scenario:
    -
        scenarios:
            - '^os-nosdn-lxd-(no)?ha$'
        installers:
            - joid
        tests:
            - NovaServers.boot_server_from_volume_and_delete
    -
        scenarios:
            - '^os-'  # all scenarios
        installers:
            - '.+'  # all installers
        tests:
            # Following tests currently fail due to required Gnocchi API:
            # HTTP 410: "This telemetry installation is configured to use
            #            Gnocchi. Please use the Gnocchi API available on the
            #            metric endpoint to retrieve data."
            # Issue: https://bugs.launchpad.net/rally/+bug/1704322
            - CeilometerMeters.list_matched_meters
            - CeilometerMeters.list_meters
            - CeilometerQueries.create_and_query_samples
            - CeilometerResource.get_tenant_resources
            - CeilometerResource.list_matched_resources
            - CeilometerResource.list_resources
            - CeilometerSamples.list_matched_samples
            - CeilometerSamples.list_samples
            - CeilometerStats.create_meter_and_get_stats
            - CeilometerStats.get_stats
    -
        scenarios:
            - '^os-'  # all scenarios
        installers:
            - '.+'  # all installers
        tests:
            # Following test currently fails due to but in
            # python-ceilometerclient during fetching of event_types
            # Bug: https://bugs.launchpad.net/ubuntu/+bug/1704138
            # Fix: https://review.openstack.org/#/c/483402/
            - CeilometerEvents.create_user_and_list_event_types
    -
        scenarios:
            - '^os-'  # all scenarios
        installers:
            - '.+'  # all installers
        tests:
            # Starting from ocata, following tests require the presence of
            # panko in the deployment. This is not currently fulfilled
            # Ref: https://docs.openstack.org/releasenotes/ceilometer/ocata.html
            - 'CeilometerEvents..*'
            - 'CeilometerTraits..*'

functionality:
    -
        functions:
            - no_live_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