ocf/tests/functional/tests/security
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
conftest.py pyocf: format all .py files with black -l 100 2022-05-16 16:44:19 +02:00
test_failover_security.py Security test for cache exported object 2022-07-19 10:50:11 +02:00
test_management_fuzzy.py pyocf: format all .py files with black -l 100 2022-05-16 16:44:19 +02:00
test_management_start_fuzzy.py pyocf: format all .py files with black -l 100 2022-05-16 16:44:19 +02:00
test_metadata_corruption.py pyocf: Improve logs readability for corruption tests 2022-07-19 10:50:11 +02:00
test_negative_io.py pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00
test_secure_erase.py pyocf: refactor sync io operations 2024-08-29 08:39:53 +02:00