<div dir="ltr">Hello!<div><br>Please, help me to find way to execute some command in oVirt VM.<br><br>Is it possible to get ssh connection to non-host VM in LAGO?<br>And how can I get ssh connection through the console in my computer?<div><br>I installed ovirt-system-tests and run tests from basic-suite-master. <div>So there is 2 hosts and 3 vms in my configuration.<br>And I want to execute command inside the vm0 using LAGO (as part of my own test). </div></div><div><br></div><div>It is easy for host vm and engine, there is method ''ssh" in ovirt-engine-api-model. <br>And this task for host vm can be performed as there<br><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>prefix.virt_env.get_vm(VM_NAME).ssh(['bash_command_what_i_want'])<br><br></div></blockquote>Please give me advice, can Iget connection to vm0 in a similar way?<div><br>And a second question is about ssh to this vm connection from my laptop's console.<br>According run_vm test from 004_basic_sanity.py ( <a href="https://github.com/oVirt/ovirt-system-tests/blob/master/basic-suite-master/test-scenarios/004_basic_sanity.py#L385">https://github.com/oVirt/ovirt-system-tests/blob/master/basic-suite-master/test-scenarios/004_basic_sanity.py#L385</a> ) vm0 should contain interface with ip 192.168.200.200, but ping this from engine (192.168.200.4) Destination Host Unreachable. And 'ping vm0' defined vm0 as 192.168.201.213 and also couldn't reach vm0.<br>And in webadmin (<a href="https://engine/ovirt-engine/webadmin/#vms">https://engine/ovirt-engine/webadmin/#vms</a>) IP Address field is empty. <br><br>What is a right way to get connection to vm0 console and execute some command there?<br><br style="font-size:12.8px"><span style="font-size:12.8px">Sincerely, <br>Valentina Makarova</span><br><br><br></div></div></div>