Actions
action #133856
closedAdjust nested_vm.pm for the removal of libvirtd
Description
Motivation¶
the libvirtd.service is no longer supposed to be used (see this yast change for reference:
https://build.opensuse.org/request/show/1086174
+- The libvirtd daemon is deprecated and is going away.
The relevant openQA tests I could identify on Tumbleweed that interact in one way or another with libvirtd are:
https://openqa.opensuse.org/tests/3281532 upgrade_Leap_15.2_with_service_check
https://openqa.opensuse.org/tests/3281533 upgrade_Leap_15.2_with_service_check_nested_vm_down
We need investigate to find the solution to make nested_vm.pm work even without libvirtd.
Acceptance criteria¶
AC1: Adjust nested_vm.pm for the removal of libvirtd
Actions