dzhengfy

Results 36 issues of dzhengfy

When we use OVMF guest (``) by default in RHEL 9.1, some auto cases happens to vm start time out error. The reason is that there are some steps as...

There are some host cpus which can not be pined by guest by default. We do not know the reason, and we have to avoid those cpus pined by guest....

Originally qemu-img convert command and umount command are run in one shell, which causes the final ret code is zero even though qemu-img convert has failed with an error, like...

Refer to https://github.com/avocado-framework/avocado-vt/pull/1783 which is only for code movement to a new module. As the PR is needed to be merged asap and the comments to enhance the codes are...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

There are some host cpus which can not be pin by default. Original codes did not test those cpus and directly pin to those host cpus which causes similar error...

minorfix

This issue comes from autotest/tp-libvirt#3256 (comment). I'd like to create this issue to specifically talk about this. In the existing codes, some helper functions are defined within run() function, such...