tests/avocado/boot_xen.py: use class attribute
authorCleber Rosa <crosa@redhat.com>
Fri, 8 Dec 2023 19:09:11 +0000 (14:09 -0500)
committerThomas Huth <thuth@redhat.com>
Mon, 22 Jul 2024 05:41:46 +0000 (07:41 +0200)
commit1b88da0af11f15bf8ebb7d933b458533f72899a5
tree06c43481be39ca756fbd1c6c3509a23eb77829a0
parent9e6e7d814c941d167621797f6c50aca3628913e2
tests/avocado/boot_xen.py: use class attribute

Rather than defining a single use variable, let's just use the class
attribute directly.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231208190911.102879-11-crosa@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/boot_xen.py