automate operations within a Virtualbox machine
- by samb
Hi,
I'm Having some trouble in a vm that seems to occur only once in a hundred during shutdown/reboot.
To help the debug, I'm thinking to write a script that runs on my desktop, which starts the vm and automate operations for a huge number of times (keyboard key pressed) whithin it. (VirtualBox preferred).
It's just exactly how a script using the expect lib would do with a program in command line.
I'm not sure it's possible, but anyway, if anyone has an idea...
Cheers