tests:fix_test_active_neg_cli_params

Signed-off-by: Kamil Gierszewski <kamilx.gierszewski@intel.com>
This commit is contained in:
Kamil Gierszewski
2022-06-27 15:18:28 +02:00
parent 36e1139169
commit e07bfd12ad
2 changed files with 15 additions and 13 deletions

View File

@@ -236,6 +236,9 @@ malformed_io_class_header = [
r'Please consult Admin Guide to check how columns in configuration file should be named\.'
]
unexpected_cls_option = [
r"Option '--cache-line-size \(-x\)' is not allowed"
]
def check_stderr_msg(output: Output, expected_messages):
return __check_string_msg(output.stderr, expected_messages)