Srikanth Aithal
Srikanth Aithal
kernel_args suboption for `--boot` in virt-install is aliased to `cmdline`. Before this fix, booting libvirt_vm with custom kernel and kernel params failed to append the kernel_params as kernel_args is not...
Please help review the patch, thank you.
Currently if avocado test fails while inside vt guest, its reported as PASS from avocado-vt. This commit fixes ignore_result flag initialization. Before fix: ``` 01:18:30 ERROR| Avocado cmd: avocado run...
@clebergnu if you have any comments on this PR please let me know.
Hi, can anyone help review this PR please?
Hi, can anyone help review this PR please?
@yanan-fu I was looking at running thp tests under qemu, thats when I bumped into this PR along with PR #3132 and #3128 .. please let me know if you...
@ldoktor is it ok if I create PR with updated netperf with changes to all locations in testcases cfg to point to new version of it?
@ldoktor I have come across more generic approach for handling stress in utils_test [VMStress]. Which is better than having individual stress's in deps within avocado -> coyping to dest ->...
@ldoktor I am using recently added libraries @ avocado-vt/pull/1467.. I had sent uperf stress scenarios using same in tp-libvirt/pull/1680 .. For now I am implementing same approach in kdump_with_stress script...