5b36c36896
If first image is not captured in saving state, then we should skip the test - test_create_second_image_when_first_image_is_being_saved Test is for creating the another image is first one is in saving state and if image creation operation is fast and it gets created before second API request then this test will fail on its assert. To handle the test scope and this race condition, we need to assert on second operation if image is in saving state.This can be done via capturing the timeout exception from first image creation and waiting for saving state. Change-Id: Id59f7ebb223f968109917182e29267faa808a072 Closes-Bug: #1881592
14 lines
677 B
Plaintext
14 lines
677 B
Plaintext
# This file includes the backlist of tests which need to be
|
|
# skipped for Integrated-gate-compute template. Integrated-gate-compute template
|
|
# needs to run only Nova, Neutron, Cinder and Glance related tests and rest all
|
|
# tests will be skipped by below list.
|
|
|
|
# Skip keystone and Swift API tests.
|
|
tempest.api.identity
|
|
tempest.api.object_storage
|
|
|
|
# Skip Swift only scenario tests.
|
|
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops
|
|
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download
|
|
tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore
|