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?

link|improve this question

75% accept rate
i've written a perl script that just loops and pings the box until it's up, i don't like this solution but if anyone knows of a way to do so in vmrun, i'd prefer it – Robert Evans Feb 9 at 15:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.