From 16227e90ed5a64bafceab1391a4341474620e897 Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Wed, 25 Sep 2024 23:23:25 +0200 Subject: [PATCH] test-api: update cli messages Signed-off-by: Kamil Gierszewski --- test/functional/api/cas/cli_messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]