Re: [PATCH 10/10] tests/avocado/boot_xen.py: use class attribute

2023-12-11 Thread Philippe Mathieu-Daudé
On 8/12/23 20:09, Cleber Rosa wrote: Rather than defining a single use variable, let's just use the class attribute directly. Signed-off-by: Cleber Rosa --- tests/avocado/boot_xen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 10/10] tests/avocado/boot_xen.py: use class attribute

2023-12-08 Thread Cleber Rosa
Rather than defining a single use variable, let's just use the class attribute directly. Signed-off-by: Cleber Rosa --- tests/avocado/boot_xen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/avocado/boot_xen.py b/tests/avocado/boot_xen.py index