Ghanshyam | ee7fd1f | 2019-07-05 09:36:57 +0000 | [diff] [blame] | 1 | # This file includes the backlist of tests which need to be |
| 2 | # skipped for Integrated-gate-compute template. Integrated-gate-compute template |
| 3 | # needs to run only Nova, Neutron, Cinder and Glance related tests and rest all |
| 4 | # tests will be skipped by below list. |
| 5 | |
| 6 | # Skip keystone and Swift API tests. |
| 7 | tempest.api.identity |
| 8 | tempest.api.object_storage |
| 9 | |
| 10 | # Skip Swift only scenario tests. |
| 11 | tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops |
| 12 | tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download |
| 13 | tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore |
Piotr Kopec | fc7dd52 | 2020-06-03 16:00:07 +0200 | [diff] [blame] | 14 | |
| 15 | # Skip test scenario when creating second image from instance |
| 16 | # https://bugs.launchpad.net/tripleo/+bug/1881592 |
| 17 | # The test is most likely wrong and may fail if the fists image is create quickly. |
| 18 | # FIXME: Either fix the test so it won't race or consider if we should cover the scenario at all. |
| 19 | tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved |