[virt-manager PATCH v2 0/4] Couple of bhyve related improvements
Cole Robinson
crobinso at redhat.com
Mon Feb 15 18:43:22 UTC 2021
On 2/11/21 10:41 AM, Roman Bogorodskiy wrote:
> Changes from v1:
>
> - Added tests/test_cli.py testing,
> - Reworked loader commit,
> - Added nmdm console configuration commit.
>
> Roman Bogorodskiy (4):
> tests: cli: start testing bhyve
> virtinst: prefer SATA bus for bhyve
> virtinst: bhyve: properly configure loader
> virtinst: bhyve: configure nmdm console
>
> tests/data/capabilities/bhyve-domcaps.xml | 55 +++++++++++++++++++
> tests/data/capabilities/bhyve.xml | 48 ++++++++++++++++
> .../virt-install-bhyve-default-f27.xml | 38 +++++++++++++
> tests/test_cli.py | 9 +++
> tests/utils.py | 1 +
> virtinst/connection.py | 2 +
> virtinst/devices/disk.py | 3 +
> virtinst/domcapabilities.py | 11 ++++
> virtinst/guest.py | 11 +++-
> 9 files changed, 176 insertions(+), 2 deletions(-)
> create mode 100644 tests/data/capabilities/bhyve-domcaps.xml
> create mode 100644 tests/data/capabilities/bhyve.xml
> create mode 100644 tests/data/cli/compare/virt-install-bhyve-default-f27.xml
>
Thanks, pushed now, with a small change on top extending the tests a bit
and adding some coverage exclusions
- Cole
More information about the virt-tools-list
mailing list