On 17/03/2025 13.43, Daniel P. Berrangé wrote:
A number of fields are set at the class level on QemuBaseTest, even
though the exact same named field is then set at the object level
later in most cases.

The 'self.logger' initialization in ACPI bits test needs to be removed
since 'self.log' won't exist at that point in the flow. It already
initialized 'self.logger' later in the setUp() method, so the __init__
method was redundant.

Thanks for tackling it!

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---

Reviewed-by: Thomas Huth <th...@redhat.com>

... and queued it!


Reply via email to