ocf/tests/functional/pyocf
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
..
c pyocf: Add helper for superblock size 2022-07-19 10:50:11 +02:00
types pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00
__init__.py Add missing license headers 2022-07-22 08:33:55 +02:00
helpers.py pyocf: helper to get composite volume type id 2022-06-13 11:40:41 +02:00
ocf.py pyocf: format all .py files with black -l 100 2022-05-16 16:44:19 +02:00
rio.py pyocf: rio: Introduce copy() 2024-08-29 08:29:43 +02:00
utils.py pyocf: Parse size from string 2022-07-19 10:50:11 +02:00