I'm trying to programatically spin up a vm, then call some scripts to install then kick off Selenium tests but I'm fumbling over the spin up of vm, here's what i got:
vmrun -t ws start [vmxfile] nogui
The issue I have is my install scripts ssh into the vm and run but the network interface is not up when vmrun returns. How can I wait for the network interface to be up before execution my installation?