Re: [PATCH v2 8/8] tests/acceptance: Test boot_linux_console for fuloong2e

2020-12-21 Thread Huacai Chen
Reviewed-by: Huacai Chen On Tue, Dec 22, 2020 at 5:35 AM Willian Rampazzo wrote: > > On Sat, Dec 19, 2020 at 4:30 AM Jiaxun Yang wrote: > > > > The kernel comes from debian archive so it's trusted. > > > > Signed-off-by: Jiaxun Yang > > --- > > tests/acceptance/boot_linux_console.py | 21

Re: [PATCH v2 8/8] tests/acceptance: Test boot_linux_console for fuloong2e

2020-12-21 Thread Willian Rampazzo
On Sat, Dec 19, 2020 at 4:30 AM Jiaxun Yang wrote: > > The kernel comes from debian archive so it's trusted. > > Signed-off-by: Jiaxun Yang > --- > tests/acceptance/boot_linux_console.py | 21 + > 1 file changed, 21 insertions(+) > Reviewed-by: Willian Rampazzo

Re: [PATCH v2 8/8] tests/acceptance: Test boot_linux_console for fuloong2e

2020-12-21 Thread Wainer dos Santos Moschetta
Hi, On 12/19/20 4:23 AM, Jiaxun Yang wrote: The kernel comes from debian archive so it's trusted. Signed-off-by: Jiaxun Yang --- tests/acceptance/boot_linux_console.py | 21 + 1 file changed, 21 insertions(+) Phillipe has already tested it, so I only reviewed the code.

Re: [PATCH v2 8/8] tests/acceptance: Test boot_linux_console for fuloong2e

2020-12-19 Thread Philippe Mathieu-Daudé
On 12/19/20 8:23 AM, Jiaxun Yang wrote: > The kernel comes from debian archive so it's trusted. > > Signed-off-by: Jiaxun Yang > --- > tests/acceptance/boot_linux_console.py | 21 + > 1 file changed, 21 insertions(+) Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe M

[PATCH v2 8/8] tests/acceptance: Test boot_linux_console for fuloong2e

2020-12-18 Thread Jiaxun Yang
The kernel comes from debian archive so it's trusted. Signed-off-by: Jiaxun Yang --- tests/acceptance/boot_linux_console.py | 21 + 1 file changed, 21 insertions(+) diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py index cc6ec0f8c1