diff --git a/test/functional/api/cas/cli_messages.py b/test/functional/api/cas/cli_messages.py index 1131725..7a1cc92 100644 --- a/test/functional/api/cas/cli_messages.py +++ b/test/functional/api/cas/cli_messages.py @@ -55,12 +55,12 @@ remove_inactive_dirty_core = [ ] stop_cache_incomplete = [ - r"Error while removing cache \d+", + r"Error while stopping cache \d+", r"Cache is in incomplete state - at least one core is inactive", ] stop_cache_errors = [ - r"Removed cache \d+ with errors", + r"Stopped cache \d+ with errors", r"Error while writing to cache device", ]