sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

IVirtualSystemDescription tests #17

Closed nilp0inter closed 10 years ago

nilp0inter commented 10 years ago

Hi!,

This is a unittest for the new IVirtualSystemDescription class described in #15. I've changed the values accepted by the set_final_value method so you now can pass:

I've added a minimalist .ova file as a fixture.

The current test cover the change of these values:

I've also added the skeleton for the following values:

Some code is needed for the "enable/disable" feature.

Best regards, Roberto