Adding test 'test_fault_power_hit' and cli messages accordingly

Signed-off-by: Karolina Rogowska <karolina.rogowska@intel.com>
This commit is contained in:
Karolina Rogowska
2020-11-18 17:00:33 +01:00
parent ddd7d1617a
commit aa08a82669
2 changed files with 107 additions and 0 deletions

View File

@@ -23,6 +23,16 @@ start_cache_with_existing_metadata = [
r"Error occurred, please see syslog \(/var/log/messages\) for details\."
]
error_inserting_cache = [
r"Error inserting cache \d+"
]
reinitialize_with_force_or_recovery = [
r"Old metadata found on device\.",
r"Please load cache metadata using --load option or use --force to",
r" discard on-disk metadata and start fresh cache instance\."
]
remove_inactive_core = [
r"Error while removing core device \d+ from cache instance \d+",
r"Core device is in inactive state"