ocf/tests/functional/tests/management
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
..
__init__.py Add missing license headers 2022-07-22 08:33:55 +02:00
test_add_remove.py pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00
test_attach_cache.py pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00
test_change_params.py pyocf: format all .py files with black -l 100 2022-05-16 16:44:19 +02:00
test_composite_volume.py pyocf: Fix test_io_propagation_multiple_subvolumes 2024-08-29 08:28:13 +02:00
test_disable_cleaner.py pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00
test_failover.py pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00
test_metadata_volatile.py pyocf: simplify volume open/close API 2022-07-19 10:50:11 +02:00
test_start_stop.py pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00