Skip to content

Add ssh_direct_connect to VirtualBox executor

I have to interconnect created virtual machine with virtual environment (virtual machine with selenium browsers).

For that I have to use network type "NAT Network" instead of "NAT". In NAT Network mode port forwarding doesn't working.

I add parameter ssh_direct_connect for use host/port from config file, ssh section instead of force host localhost and port forwarding.

Merge request reports