tests/avocado/boot_xen.py: merge base classes
authorCleber Rosa <crosa@redhat.com>
Fri, 8 Dec 2023 19:09:09 +0000 (14:09 -0500)
committerThomas Huth <thuth@redhat.com>
Mon, 22 Jul 2024 05:41:46 +0000 (07:41 +0200)
commitb22bf37dffe47993d37f2809cc16b7f4e99c619e
tree5c39303c35f3ff761d0e7faec876e56def142cc9
parenta7ddb48bd1363c8bcdf42776d320289c42191f01
tests/avocado/boot_xen.py: merge base classes

While it's a good practice to have reusable base classes, in this
specific case there's no other user of the BootXenBase class.

By unifying the class used in this test, we can improve readability
and have the opportunity to add some future improvements in a clearer
fashion.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-ID: <20231208190911.102879-9-crosa@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/boot_xen.py