Merge pull request #532 from Ostrokrzew/update_tests

Update CLI tests
This commit is contained in:
Robert Baldyga
2020-11-27 09:14:03 +01:00
committed by GitHub
2 changed files with 172 additions and 46 deletions

View File

@@ -69,6 +69,10 @@ try_add_core_sector_size_mismatch = [
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):
return __check_string_msg(output.stderr, expected_messages)