Re: [PATCH v2 10/11] tests/ssh_linux_malta: Refactor how to get image/kernel info

2019-10-19 Thread Aleksandar Markovic
On Saturday, October 19, 2019, Philippe Mathieu-Daudé wrote: > The qcow and kernel images use a similar pattern regarding they > are for big/little endianess, or 32/64 bit. > Refactor using more dictionary keys. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/linux_ssh_mips_m

[PATCH v2 10/11] tests/ssh_linux_malta: Refactor how to get image/kernel info

2019-10-19 Thread Philippe Mathieu-Daudé
The qcow and kernel images use a similar pattern regarding they are for big/little endianess, or 32/64 bit. Refactor using more dictionary keys. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/linux_ssh_mips_malta.py | 75 ++-- 1 file changed, 44 insertions(+), 31