Re: [PATCH v2 07/11] tests/ssh_linux_malta: Run tests using a snapshot image

2020-01-18 Thread Philippe Mathieu-Daudé
On Sat, Jan 18, 2020 at 12:32 PM Philippe Mathieu-Daudé wrote: > > Cleber, Eduardo: ping? Oops wrong patch =) > On 10/19/19 5:34 PM, Philippe Mathieu-Daudé wrote: > > If a test fails, it can corrupt the underlying QCow2 image, > > making further tests failing. > > Fix this by running each test w

Re: [PATCH v2 07/11] tests/ssh_linux_malta: Run tests using a snapshot image

2020-01-18 Thread Philippe Mathieu-Daudé
Cleber, Eduardo: ping? On 10/19/19 5:34 PM, Philippe Mathieu-Daudé wrote: If a test fails, it can corrupt the underlying QCow2 image, making further tests failing. Fix this by running each test with a snapshot. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/linux_ssh_mips_malta.p

Re: [PATCH v2 07/11] tests/ssh_linux_malta: Run tests using a snapshot image

2019-10-19 Thread Aleksandar Markovic
On Saturday, October 19, 2019, Philippe Mathieu-Daudé wrote: > If a test fails, it can corrupt the underlying QCow2 image, > making further tests failing. > Fix this by running each test with a snapshot. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/linux_ssh_mips_malta.py

[PATCH v2 07/11] tests/ssh_linux_malta: Run tests using a snapshot image

2019-10-19 Thread Philippe Mathieu-Daudé
If a test fails, it can corrupt the underlying QCow2 image, making further tests failing. Fix this by running each test with a snapshot. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/linux_ssh_mips_malta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ac