Page 1 of 1

(Python) vm-automation

Posted: 3. Mar 2020, 18:41
by Pernat1y
Hey!
Python script that can be used to automate testing of software/scripts/etc on VMs. Based on VBoxManage command-line interface and does not require VirtualBox SDK.
Both Windows and Linux are supported as host OS.
https://github.com/Pernat1y/vm-automation

It is still in the early development stage, so bug reports and PRs are welcomed.

Re: (Python) vm-automation

Posted: 28. May 2020, 11:28
by Pernat1y
Currently rewriting script to use VirtualBox API. That will allow to control guests in a better way.