Yu Yihuang

Results 40 comments of Yu Yihuang

Example: ```bash # Without the fix: $ ll /tmp/log_path/test-results/by-status/FAIL/16-qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.1.0.aarch64.io-github-autotest-libvirt.controller.functional.positive_tests.virtio_serial_0_vectors.arm64-pci lrwxrwxrwx 1 root root 225 Aug 17 22:51 /tmp/log_path/test-results/by-status/FAIL/16-qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.1.0.aarch64.io-github-autotest-libvirt.controller.functional.positive_tests.virtio_serial_0_vectors.arm64-pci -> /root/avocado/job-results/job-2022-08-17T05.03-3aa663a/test-results/16-qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.1.0.aarch64.io-github-autotest-libvirt.controller.functional.positive_tests.virtio_serial_0_vectors.arm64-pci # With the fix: $ ll /tmp/log_path_fixed/test-results/by-status/PASS/1-qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.1.0.aarch64.io-github-autotest-qemu.boot.arm64-pci lrwxrwxrwx 1 root...

Hello @beraldoleal, wish this solution is a reasonable fix, please help to review it, thanks.

> The change to the plugin looks good, but you need to address the test error: > > [avocado-framework/avocado/runs/7892854243?check_suite_focus=true#step:10:2362](https://github.com/avocado-framework/avocado/runs/7892854243?check_suite_focus=true#step:10:2362) > > AFAICT, it's only about getting the fact that `os.readlink`...

Can we reuse `set_link` py file with some modifications?

> > Can we reuse `set_link` py file with some modifications? > > Hi @PaulYuuu we cann't reuse the `set_link.py`, the operating logic of the two is completely inconsistent. So...

Sorry @clebergnu, I forgot to add a comment to introduce the background. I submitted this PR due to a kernel bug, it may be related to https://github.com/torvalds/linux/commit/28044fc1d4953b07acec0da4d2fc4784c57ea6fb. So I think...

avocado-vt will find free ports to VM, like vnc port ```python self.vnc_port = utils_misc.find_free_port(5900, 6900, sequent=True) ``` When defining the second VM, 5900 is already used but find_free_port still returns...

Depends on: 1. https://github.com/avocado-framework/avocado-vt/pull/3744 2. https://github.com/avocado-framework/avocado-vt/pull/3761