test-api: update cli messages

Signed-off-by: Kamil Gierszewski <kamil.gierszewski@huawei.com>
This commit is contained in:
Kamil Gierszewski 2024-09-25 23:23:25 +02:00
parent 39c4a3be4e
commit 16227e90ed
No known key found for this signature in database

View File

@ -55,12 +55,12 @@ remove_inactive_dirty_core = [
]
stop_cache_incomplete = [
r"Error while removing cache \d+",
r"Error while stopping cache \d+",
r"Cache is in incomplete state - at least one core is inactive",
]
stop_cache_errors = [
r"Removed cache \d+ with errors",
r"Stopped cache \d+ with errors",
r"Error while writing to cache device",
]