Re: [PATCH 05/19] iotests.py: Add (verify|has)_working_luks()

2020-06-30 Thread Max Reitz
On 29.06.20 12:12, Maxim Levitsky wrote: > On Thu, 2020-06-25 at 14:55 +0200, Max Reitz wrote: >> Similar to _require_working_luks for bash tests, these functions can be >> used to check whether our luks driver can actually create images. >> >> Signed-off-by: Max Reitz >> --- >>

Re: [PATCH 05/19] iotests.py: Add (verify|has)_working_luks()

2020-06-29 Thread Maxim Levitsky
On Thu, 2020-06-25 at 14:55 +0200, Max Reitz wrote: > Similar to _require_working_luks for bash tests, these functions can be > used to check whether our luks driver can actually create images. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/iotests.py | 39

[PATCH 05/19] iotests.py: Add (verify|has)_working_luks()

2020-06-25 Thread Max Reitz
Similar to _require_working_luks for bash tests, these functions can be used to check whether our luks driver can actually create images. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 39 +++ 1 file changed, 39 insertions(+) diff --git