Merge pull request #577 from karolinavelkaja/fault_power_hit_test

Adding test 'test_fault_power_hit' and cli messages accordingly
This commit is contained in:
Katarzyna Łapińska
2021-01-25 13:50:28 +01:00
committed by GitHub
2 changed files with 107 additions and 0 deletions

View File

@@ -22,6 +22,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"