Merge pull request #1373 from DocentSzachista/merge_flush_and_cache
Merge flush and cache commands
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user