Merge pull request #1392 from DocentSzachista/fix-flush-test-message

test-fix: change help message in cli_help_messages to proper one
This commit is contained in:
Karolina Rogowska 2022-10-27 12:53:28 +02:00 committed by GitHub
commit 52f3289577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,10 +63,8 @@ flush_cache_help = [
r"Usage: casadm --flush-cache --cache-id \<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 \<ID\> Identifier of cache instance \<1-16384\>"
r"-j --core-id \<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 \<ID\> Identifier of cache instance \<1-16384\>",
r"-j --core-id \[\<ID\>\] Identifier of core <0-4095> within given cache instance"
]
reset_counters_help = [