Add new error message to 'cli_mesages'
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
parent
394313002b
commit
0903541160
@ -59,6 +59,10 @@ stop_cache_mounted_core = [
|
||||
r"Can\'t stop cache instance \d+\. Device /dev/cas\d+-\d+ is mounted\!"
|
||||
]
|
||||
|
||||
load_and_force = [
|
||||
r"Use of \'load\' and \'force\' simultaneously is forbidden\."
|
||||
]
|
||||
|
||||
|
||||
def check_stderr_msg(output: Output, expected_messages):
|
||||
return __check_string_msg(output.stderr, expected_messages)
|
||||
|
Loading…
Reference in New Issue
Block a user