test_stop_cache_with_mounted_partition fix

not matching error message check

Signed-off-by: Piotr Debski <piotr.debski@intel.com>
This commit is contained in:
Piotr Debski 2022-07-26 16:34:18 +02:00
parent 8062417d10
commit 36581db666

View File

@ -82,7 +82,8 @@ remove_mounted_core = [
] ]
stop_cache_mounted_core = [ stop_cache_mounted_core = [
r"Can\'t stop cache instance \d+\. Device /dev/cas\d+-\d+ is mounted\!" r"Error while removing cache \d+",
r"Device opens or mount are pending to this cache"
] ]
load_and_force = [ load_and_force = [