Merge pull request #1373 from DocentSzachista/merge_flush_and_cache

Merge flush and cache commands
This commit is contained in:
Robert Baldyga
2022-10-12 12:38:14 +02:00
committed by GitHub
6 changed files with 16 additions and 54 deletions

View File

@@ -74,10 +74,6 @@ def test_cli_help(shortcut):
+ (" -H" if shortcut else " --help"))
check_stdout_msg(output, flush_cache_help)
output = TestRun.executor.run("casadm" + (" -E" if shortcut else " --flush-core")
+ (" -H" if shortcut else " --help"))
check_stdout_msg(output, flush_core_help)
output = TestRun.executor.run("casadm" + (" -C" if shortcut else " --io-class")
+ (" -H" if shortcut else " --help"))
check_stdout_msg(output, ioclass_help)