Shorten cleaner thread name

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-12-30 18:12:21 +01:00
parent e623c44b3b
commit ea581953e1
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ io_size = Size(10000, Unit.Blocks4096)
time_to_wait = 30
# Name of CAS cleaner to search for in running processes:
cas_cleaner_process_name = "cas_clean"
cas_cleaner_process_name = "cas_cl_"
@pytest.mark.parametrize("cleaning_policy", CleaningPolicy)