Balamuruhan S
Balamuruhan S
As avocado master stopped supporting python2, avoid installing and using avocado with python2/pip2 inside VM. Signed-off-by: Balamuruhan S
Currently polkit rules configurations are taken as follows in test_setup.py, self.polkit_rules_path = "/etc/polkit-1/rules.d/" self.polkit_rules_path += "500-libvirt-acl-virttest.rules" This is not working for ubuntu, so I tried using "/var/lib/polkit-1/localauthority/rules.d/500-libvirt-acl-virttest.rules" but it is...
Work to automate migration scenario observed in the bug https://bugzilla.redhat.com/show_bug.cgi?id=1528125
[Migration] Enable stress, stress-ng, iozone, kselftest, LTP to be executed inside guest and migrate
MultiVM guest boot without guest import got enabled in avocado-vt framework to clone libvirt based VM, https://github.com/avocado-framework/avocado-vt/pull/1498 https://github.com/avocado-framework/avocado-vt/pull/1562 https://github.com/avocado-framework/avocado-vt/pull/1564 https://github.com/avocado-framework/avocado-vt/pull/1569 MultiVM stress migration Test enablement patch, https://github.com/autotest/tp-libvirt/pull/1565 Recent patch work...
Call Trace inside VM was observed after migration when VM was upgrading the kernel and other packages during migration. Planning to automate the scenario for future verification.
Currently we have Numa, Numa pin with host numa, Hugepage, Hugepage pin with Numa are enabled for VM migration, so planning to add scenarios verifying migration by pinning guest VCPU...
Download huge file (like isos and its sha1sum) from inside guest during migration and verify its integrity after migration.
Explore and add scenarios to verify CPU compat migration to support POWER 8 POWER9 migration and to verify Hypervisor capabilities, need to do some background work for this.
Currently all the migration scenarios are using NFS shared storage to configure and perform migration, but ideally guest would be based on disk from LUN storage shared across mutiple host....
There is Kernel and Qemu development work on ibm, dynamic-memory-v2 for PowerPC, Kernel: https://patchwork.ozlabs.org/cover/828666/ Qemu: https://patchwork.kernel.org/patch/10263343/ As far as I discussed with feature developer, it is affected and exercised during...