Tests standby init with preexisting metdata and filesystem

Signed-off-by: Piotr Debski <piotr.debski@intel.com>
This commit is contained in:
Piotr Debski
2022-06-29 13:44:26 +02:00
parent 5fa04ff1f1
commit b7792bbb56
2 changed files with 117 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ start_cache_with_existing_metadata = [
r" discard on-disk metadata and start fresh cache instance\."
]
standby_init_with_existing_filesystem = [
r"A filesystem exists on \S+. Specify the --force option if you wish to add the cache anyway.",
r"Note: this may result in loss of data"
]
error_inserting_cache = [
r"Error inserting cache \d+"
]