From 4c78a9f0671aa07bd3f6d2646ccf33f39237394a Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Wed, 11 Dec 2024 03:58:59 +0100 Subject: [PATCH] test-api: fix cli msg Signed-off-by: Kamil Gierszewski --- test/functional/api/cas/cli_help_messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/api/cas/cli_help_messages.py b/test/functional/api/cas/cli_help_messages.py index 2e4ed67..a99f6c8 100644 --- a/test/functional/api/cas/cli_help_messages.py +++ b/test/functional/api/cas/cli_help_messages.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2022 Intel Corporation -# Copyright(c) 2024 Huawei Technologies +# Copyright(c) 2024-2025 Huawei Technologies # SPDX-License-Identifier: BSD-3-Clause # @@ -192,7 +192,7 @@ remove_core_help = [ remove_inactive_help = [ - r"casadm --remove-inactive --cache-id \ --core-id \ \[option\.\.\.\]", + r"Usage: casadm --remove-inactive --cache-id \ --core-id \ \[option\.\.\.\]", r"Remove inactive core device from cache instance", r"Options that are valid with --remove-inactive are:", r"-i --cache-id \ Identifier of cache instance \<1-16384\>",