ocf/tests
Roel Apfelbaum 9f0147ab1e pyocf: refactor sync io operations
Replace the pattern:
	completion = OcfCompletion([("err", c_int)])
	io.callback = completion.callback
	io.submit()
	completion.wait()
with:
	completion = Sync(io).submit()
Also, remove some redundant imports.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
2024-08-29 08:39:53 +02:00
..
build Fix license 2021-10-28 13:08:50 +02:00
functional pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00
unit tests/unit/tests/utils/utils_refcnt.c/utils_refcnt_register_zero_cb.c: fix typos 2023-01-04 16:01:29 +08:00