Anushree-Mathur
Anushree-Mathur
libvirtd is restarted after issuing virsh commands from libvirt version 5.6.0 on. Signed-off-by: Anushree Mathur
In python3.12 readfp function has been removed and it should be replaced as read_file function. readfp was deprecated since python3.2 but got removed in python3.12. **For reference :-** 1) https://docs.python.org/3.12/whatsnew/3.12.html...
Snapshot can be created for the guest created with option as autodestroy from libvirt_version>=5.8.0. Reference: Commit id - 045a8e197c1e14faa1c32bd637033838269094a2 Signed-off-by: Anushree Mathur
"U" flag was deprecated since Python3.3 but has been removed from Python3.11. This "universal newline" mode is by default enabled whenever a file is opened in text mode. For reference...
Architecture : PPC64 OS : RHEL9 In the restore.py file when i am trying to save the guest image state after creating the iscsi disk it is failing with error...
The get_cpu_count function is returning the output containing the escape sequence so the checks are failing, I have removed the escape sequence from the output then returned it! Signed-off-by: Anushree...
NFS service is named as nfs-server.service in Fedora, so in fedora also it should be starting nfs-server.service at place of nfs.service. Signed-off-by: Anushree Mathur
Adding testcases for the compatibility tests between P10 & P11 systems while doing migration! Enhanced the code and 1545 new testcases will be added to the migration test bucket. Signed-off-by:...
This feature is not supported in ppc64 or ppc64le systems so removing this testcase to be run on ppc systems. Signed-off-by: Anushree-Mathur ## Summary by CodeRabbit * **Tests** * Updated...
In the latest versions of QEMU, the QEMU process may run as qemu-system-, where represents any supported architecture. However, in some cases, it may still run as qemu-kvm. To ensure...