From d8e519855be09d98942d6f7c030baece1bde951c Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Mon, 28 Mar 2022 21:02:25 +0200 Subject: [PATCH] pyocf: more options to standby load Signed-off-by: Adam Rutkowski --- tests/functional/pyocf/types/cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/pyocf/types/cache.py b/tests/functional/pyocf/types/cache.py index 21203ae..436c051 100644 --- a/tests/functional/pyocf/types/cache.py +++ b/tests/functional/pyocf/types/cache.py @@ -561,11 +561,11 @@ class Cache: c.results["error"], ) - def standby_load(self, device): + def standby_load(self, device, perform_test=True): self.device = device self.device_name = device.uuid - device_config = Cache.generate_device_config(device) + device_config = Cache.generate_device_config(device, perform_test=perform_test) attach_cfg = CacheAttachConfig( _device=device_config,