From 94aca1e8e4c8ffdc92b630f99fb4eaf36bee855b Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Fri, 22 Apr 2022 09:17:50 +0200 Subject: [PATCH] pyocf: Remove non-existing field from CacheAttachConfig This field has been moved to CacheDeviceConfig. Signed-off-by: Robert Baldyga --- tests/functional/pyocf/types/cache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/pyocf/types/cache.py b/tests/functional/pyocf/types/cache.py index 0619ddb..451886b 100644 --- a/tests/functional/pyocf/types/cache.py +++ b/tests/functional/pyocf/types/cache.py @@ -76,7 +76,6 @@ class CacheAttachConfig(Structure): ("_open_cores", c_bool), ("_force", c_bool), ("_discard_on_start", c_bool), - ("_volume_params", c_void_p), ]