]> git.proxmox.com Git - mirror_qemu.git/commit
avocado_qemu: fix inheritance order on LinuxTest class
authorWillian Rampazzo <willianr@redhat.com>
Mon, 20 Sep 2021 20:49:32 +0000 (17:49 -0300)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 27 Sep 2021 17:06:42 +0000 (19:06 +0200)
commite519df437a1f46491f687c001fe2eab24bafe18e
tree7d419c874bc31dec88cefba6575a7c9921fc833f
parent6c58af2e173254d933f11d420a6a140021cd7573
avocado_qemu: fix inheritance order on LinuxTest class

Class hierarchy on Python is defined from right to left. Although the
current code is not harmful, let's fix it to avoid problems in the future.

Signed-off-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210920204932.94132-7-willianr@redhat.com>
tests/acceptance/avocado_qemu/__init__.py