avocado-framework / avocado-vt

Avocado VT Plugin
https://avocado-vt.readthedocs.org/
Other
84 stars 243 forks source link

Fix ip addresses obtaining issue #3989

Closed luckyh closed 1 month ago

luckyh commented 2 months ago

An issue was introduced by https://github.com/avocado-framework/avocado-vt/pull/3935/commits/95377457678130adca7ba80c7f540117855a6998 which leads the failure of obtaining guest's ip addresses since not all of test scenarios requiring libvirt to manage the ip leases.

This patch merely reverted the problematic commit.