Re: [PATCH 07/11] iotests/264: move to python unittest

2021-01-21 Thread Vladimir Sementsov-Ogievskiy
21.01.2021 04:17, Eric Blake wrote: On 11/18/20 12:04 PM, Vladimir Sementsov-Ogievskiy wrote: We are going to add more test cases, so use the library supporting test cases. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/264 | 93 ++

Re: [PATCH 07/11] iotests/264: move to python unittest

2021-01-20 Thread Eric Blake
On 11/18/20 12:04 PM, Vladimir Sementsov-Ogievskiy wrote: > We are going to add more test cases, so use the library supporting test > cases. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > tests/qemu-iotests/264 | 93 ++ > tests/qemu-iotests/264.ou

[PATCH 07/11] iotests/264: move to python unittest

2020-11-18 Thread Vladimir Sementsov-Ogievskiy
We are going to add more test cases, so use the library supporting test cases. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/264 | 93 ++ tests/qemu-iotests/264.out | 20 ++-- 2 files changed, 58 insertions(+), 55 deletions(-) dif