From 2b245a71774a760f6c1a7ddd746bd9d0c965fbf1 Mon Sep 17 00:00:00 2001 From: Karolina Rogowska Date: Mon, 27 Sep 2021 15:59:17 +0200 Subject: [PATCH] Update error message for stopping cache Signed-off-by: Karolina Rogowska --- test/functional/api/cas/cli_messages.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/functional/api/cas/cli_messages.py b/test/functional/api/cas/cli_messages.py index 3904c4d..08eb00b 100644 --- a/test/functional/api/cas/cli_messages.py +++ b/test/functional/api/cas/cli_messages.py @@ -45,9 +45,8 @@ stop_cache_incomplete = [ ] stop_cache_errors = [ - r"Error while removing cache \d+", - r"Error while writing to cache device", - r"Error occurred, please see syslog \(/var/log/messages\) for details" + r"Removed cache \d+ with errors", + r"Error while writing to cache device" ] get_stats_ioclass_id_not_configured = [