action #117196
Updated by nanzhang about 2 years ago
http://10.67.129.66/tests/1407/logfile?filename=autoinst-log.txt ~~~ virsh domain XML does not specify VM ID which is required from VNC over WebSockets at /usr/lib/os-autoinst/consoles/sshVirtsh.pm line 549. ~~~ http://10.67.129.66/tests/1407/file/vars.json ~~~ "VMWARE_VNC_OVER_WS": "1", "VMWARE_VNC_OVER_WS_INSECURE": "1", ~~~ Manually tried to start the VM and saw the domain id generated. ~~~ --------- qa2-dhcp-66:~ # virsh -c esx://root@10.67.131.2/?no_verify=1\&authfile=/tmp/0xEKsSIBNo start openQA-SUT-1 2022-09-26 06:37:49.994+0000: 5366: info : libvirt version: 7.1.0 2022-09-26 06:37:49.994+0000: 5366: info : hostname: qa2-dhcp-66 2022-09-26 06:37:49.994+0000: 5366: warning : esxUtil_ParseUri:147 : Ignoring unexpected query parameter 'authfile' Domain 'openQA-SUT-1' started qa2-dhcp-66:~ # virsh -c esx://root@10.67.131.2/?no_verify=1\&authfile=/tmp/0xEKsSIBNo dumpxml openQA-SUT-1 2022-09-26 06:37:59.720+0000: 5369: info : libvirt version: 7.1.0 2022-09-26 06:37:59.720+0000: 5369: info : hostname: qa2-dhcp-66 2022-09-26 06:37:59.720+0000: 5369: warning : esxUtil_ParseUri:147 : Ignoring unexpected query parameter 'authfile' <domain type='vmware' id='41' **id='41'** xmlns:vmware='http://libvirt.org/schemas/domain/vmware/1.0'> <name>openQA-SUT-1</name> <uuid>9b70f025-c4d9-4698-83fd-fe81bde0e435</uuid> ... ... ~~~ --------