Test standby activate with cache line size mismatch

Signed-off-by: Piotr Debski <piotr.debski@intel.com>
This commit is contained in:
Piotr Debski
2022-05-16 12:27:04 +02:00
parent bc7375a953
commit 40fb2a916e
3 changed files with 115 additions and 12 deletions

View File

@@ -165,6 +165,10 @@ activate_without_detach = [
r"Cannot open the device exclusively. Make sure to detach cache before activation."
]
cache_line_size_mismatch = [
r"Cache line size mismatch"
]
def check_stderr_msg(output: Output, expected_messages):
return __check_string_msg(output.stderr, expected_messages)