Re: [PATCH v3 10/11] tests/acceptance: refactor boot_linux to allow code reuse

2020-05-31 Thread Philippe Mathieu-Daudé
On 5/29/20 9:05 AM, Pavel Dovgalyuk wrote: > This patch moves image downloading functions to the separate class to allow > reusing them from record/replay tests. > > Signed-off-by: Pavel Dovgalyuk > --- > 0 files changed > > diff --git a/tests/acceptance/boot_linux.py

[PATCH v3 10/11] tests/acceptance: refactor boot_linux to allow code reuse

2020-05-29 Thread Pavel Dovgalyuk
This patch moves image downloading functions to the separate class to allow reusing them from record/replay tests. Signed-off-by: Pavel Dovgalyuk --- 0 files changed diff --git a/tests/acceptance/boot_linux.py b/tests/acceptance/boot_linux.py index 075a386300..3aa57e88b0 100644 ---