From 248558448774f1e6058f430646482b6906355277 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Fri, 19 Apr 2019 13:06:31 -0400 Subject: [PATCH] Remove obsolete ocf_cache_wait_for_io_finish from pyocf Signed-off-by: Adam Rutkowski --- 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 80c2048..b3d444b 100644 --- a/tests/functional/pyocf/types/cache.py +++ b/tests/functional/pyocf/types/cache.py @@ -482,7 +482,6 @@ class Cache: [("cache", c_void_p), ("priv", c_void_p), ("error", c_int)] ) - self.owner.lib.ocf_cache_wait_for_io_finish(self.cache_handle) self.owner.lib.ocf_mngt_cache_stop(self.cache_handle, c, None) c.wait()