Ghanshyam | 9535852 | 2019-07-05 08:58:32 +0000 | [diff] [blame] | 1 | # This file includes the backlist of tests which need to be |
| 2 | # skipped for Integrated-gate-object-storage template. Integrated-gate-object-storage template |
| 3 | # needs to run only Swift, Cinder and Glance related tests and rest all |
| 4 | # tests will be skipped by below list. |
| 5 | |
| 6 | # Skip network, compute, keystone API tests. |
| 7 | tempest.api.network |
| 8 | tempest.api.compute |
| 9 | tempest.api.identity |
| 10 | |
| 11 | # Skip network, compute, keystone only scenario tests |
Luigi Toscano | abc06c3 | 2020-04-19 00:57:38 +0200 | [diff] [blame] | 12 | tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps |
| 13 | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps |
| 14 | tempest.scenario.test_network_v6.TestGettingAddress |
| 15 | tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps |
Ghanshyam | 9535852 | 2019-07-05 08:58:32 +0000 | [diff] [blame] | 16 | tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume |
| 17 | tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops |
| 18 | tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes |