Re: [PATCH v3 17/21] iotests/041: Drop superfluous shutdowns

2020-02-04 Thread Vladimir Sementsov-Ogievskiy
31.01.2020 0:44, Max Reitz wrote: All tearDowns in 041 shutdown the VM. Thus, test cases do not need to do it themselves (unless they need the VM to be down for some post-operation check). Signed-off-by: Max Reitz Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

[PATCH v3 17/21] iotests/041: Drop superfluous shutdowns

2020-01-30 Thread Max Reitz
All tearDowns in 041 shutdown the VM. Thus, test cases do not need to do it themselves (unless they need the VM to be down for some post-operation check). Signed-off-by: Max Reitz --- tests/qemu-iotests/041 | 11 --- 1 file changed, 11 deletions(-) diff --git a/tests/qemu-iotests/041 b