Re: [PATCH 1/3] iotests/testrunner.py: add doc string for run_test()

2021-12-10 Thread Vladimir Sementsov-Ogievskiy
10.12.2021 17:12, Kevin Wolf wrote: Am 03.12.2021 um 13:22 hat Vladimir Sementsov-Ogievskiy geschrieben: We are going to modify these methods and will add more documentation in further commit. As a preparation add basic documentation. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qem

Re: [PATCH 1/3] iotests/testrunner.py: add doc string for run_test()

2021-12-10 Thread Kevin Wolf
Am 03.12.2021 um 13:22 hat Vladimir Sementsov-Ogievskiy geschrieben: > We are going to modify these methods and will add more documentation in > further commit. As a preparation add basic documentation. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > tests/qemu-iotests/testrunner.py | 13

Re: [PATCH 1/3] iotests/testrunner.py: add doc string for run_test()

2021-12-06 Thread John Snow
On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: > We are going to modify these methods and will add more documentation in > further commit. As a preparation add basic documentation. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > tests/qemu-

[PATCH 1/3] iotests/testrunner.py: add doc string for run_test()

2021-12-03 Thread Vladimir Sementsov-Ogievskiy
We are going to modify these methods and will add more documentation in further commit. As a preparation add basic documentation. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/testrunner.py | 13 + 1 file changed, 13 insertions(+) diff --git a/tests/qemu-iotests