Add new message

Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir Jankowski 2020-09-17 15:30:43 +02:00
parent 3ea056eb30
commit bfce98d5ef

View File

@ -70,6 +70,10 @@ try_add_core_sector_size_mismatch = [
r"or try other device with the same logical sector size as core device\." r"or try other device with the same logical sector size as core device\."
] ]
no_caches_running = [
r"No caches running"
]
def check_stderr_msg(output: Output, expected_messages): def check_stderr_msg(output: Output, expected_messages):
return __check_string_msg(output.stderr, expected_messages) return __check_string_msg(output.stderr, expected_messages)