From 2e6ccd2ad92156d792c456842b80ea06f139b6c1 Mon Sep 17 00:00:00 2001 From: Damian Raczkowski Date: Thu, 20 Oct 2022 03:35:35 +0200 Subject: [PATCH] test-fix: change help message in cli_help_messages to proper one Signed-off-by: Damian Raczkowski --- test/functional/api/cas/cli_help_messages.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/functional/api/cas/cli_help_messages.py b/test/functional/api/cas/cli_help_messages.py index a1a404e..6367e84 100644 --- a/test/functional/api/cas/cli_help_messages.py +++ b/test/functional/api/cas/cli_help_messages.py @@ -63,10 +63,8 @@ flush_cache_help = [ r"Usage: casadm --flush-cache --cache-id \", r"Flush all dirty data from the caching device to core devices", r"Options that are valid with --flush-cache \(-F\) are:", - r"-i --cache-id \ Identifier of cache instance \<1-16384\>" - r"-j --core-id \ Identifier of core \<0-4095\> within given cache " - r"instance. This is an optional parameter When provided, it will flush core with provided" - r" id connected to cache. In other case it will flush cache." + r"-i --cache-id \ Identifier of cache instance \<1-16384\>", + r"-j --core-id \[\\] Identifier of core <0-4095> within given cache instance" ] reset_counters_help = [