diff --git a/manila_tempest_tests/share_exceptions.py b/manila_tempest_tests/share_exceptions.py index 5b5ca18a..7620109c 100644 --- a/manila_tempest_tests/share_exceptions.py +++ b/manila_tempest_tests/share_exceptions.py @@ -88,5 +88,5 @@ class ShareServerMigrationException(exceptions.TempestException): "status") -class ShareBackupException(exceptions.TempestException): +class ShareBackupBuildErrorException(exceptions.TempestException): message = ("Share backup %(backup_id)s failed and is in ERROR status")