xiaodwan

Results 17 comments of xiaodwan

depends on https://github.com/avocado-framework/avocado-vt/pull/3960

``` JOB ID : a5954ec4c75aadf4f5d9ee9f470e598d549851dd JOB LOG : /var/log/avocado/job-results/job-2024-09-03T02.11-a5954ec/job.log (1/2) type_specific.io-github-autotest-libvirt.features.ras.positive_test.on: STARTED (1/2) type_specific.io-github-autotest-libvirt.features.ras.positive_test.on: PASS (7.89 s) (2/2) type_specific.io-github-autotest-libvirt.features.ras.positive_test.on: STARTED (2/2) type_specific.io-github-autotest-libvirt.features.ras.positive_test.on: PASS (8.73 s) RESULTS : PASS 2 |...

``` >>> connect_args = {'host': "xxx", 'user': 'xxx', 'pwd': 'xxx'} >>> with VSphereConnection(**connect_args) as conn: ... conn.target_vm = "xxx" ... print(conn.get_vm_summary()['mac_address']) ... ['00:50:56:a0:11:ac'] ```

``` JOB ID : 08e96ab6df49339c40312af90e667e9714b25491 JOB LOG : /var/log/avocado/job-results/job-2024-07-18T05.05-08e96ab/job.log (1/1) type_specific.io-github-autotest-libvirt.libvirt_rng.multiple_rng.device_assign: PASS (36.16 s) RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0...

@dzhengfy please help to review, thanks.

Run multiple times and the error doesn't show any more. ``` JOB ID : 9ecc579dd3841d623ca6e87e0543b76814e19826 JOB LOG : /var/log/avocado/job-results/job-2024-07-11T04.45-9ecc579/job.log (1/1) type_specific.io-github-autotest-libvirt.virsh.console.normal_test.acl_test.valid_domid: PASS (84.78 s) RESULTS : PASS 1 | ERROR...

https://github.com/avocado-framework/avocado-vt/pull/3953