Comment 0 for bug 1680852

Revision history for this message
Jon Bernard (jbernard) wrote :

This test 'test_volume_backup_create_get_detailed_list_restore_delete' was recently changed [1] to pass a non-default container parameter to create_backup(). For the Ceph backend, this functionality is not supported and a quick fix [2] was proposed to skip the entire test for Ceph. By skipping the entire test, we do loose some test coverage for the ceph backend for the case there the default container is used. A finer-grained approach is preferable where either the test is broken into separate pieces or the container= and its assert() are conditionally skipped for backends which do not support it.