virt-manager/tests
Jonathon Jongsma 9766beea04 cli: add 'ioapic.driver' to --features
Add the ability to set the ioapic driver using the --features argument:

    $ virt-install --features ioapic.driver=qemu ...

This results in the following xml:

  <features>
    ...
    <ioapic driver="qemu"/>
  </features>

This is required in order to install a guest with >255 cpus. Such a
configuration requires an iommu with extended interrupt mode enabled,
which in turn requires IOMMU interrupt remapping to be enabled, which in
turn requires a split I/O APIC.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
2022-01-11 18:26:06 -05:00
..
data cli: add 'ioapic.driver' to --features 2022-01-11 18:26:06 -05:00
uitests virt-manager: enable MDEV support 2021-06-08 09:58:50 -04:00
__init__.py Replace deprecated `imp` usage with `importlib` 2021-10-04 16:04:44 -04:00
conftest.py tests: Move checkprops.py magic skipping to pytest 2020-07-17 16:47:58 -04:00
magicuri.py virtinst: uri: Rework MagicURI to work with passed in fakeuri 2020-02-03 07:05:11 -05:00
test_capabilities.py domcaps: Fix error if enum not found 2020-09-28 13:44:34 -04:00
test_checkprops.py cli: Fill in all --filesystem suboptions 2020-09-11 09:00:33 -04:00
test_cli.py cli: add 'ioapic.driver' to --features 2022-01-11 18:26:06 -05:00
test_cloner.py tests: data: Move all cli/ bits to their own directories 2020-09-08 17:48:40 -04:00
test_conn.py tests: Drop most unittest usage from virtinst tests 2020-09-19 13:46:46 -04:00
test_disk.py diskbackend: Fix volume lookup for existing rbd disk 2020-11-11 19:06:32 -05:00
test_dist.py tests: test_dist: filter out harmless xgettext warning 2020-09-14 09:57:23 -04:00
test_inject.py tests: Drop most unittest usage from virtinst tests 2020-09-19 13:46:46 -04:00
test_misc.py tests: Add full test coverage for progress text output 2021-06-09 16:52:12 -04:00
test_nodedev.py tests: fix pycodestyle violation with missing blank line 2021-11-24 22:42:32 +00:00
test_osdict.py tests: Drop most unittest usage from virtinst tests 2020-09-19 13:46:46 -04:00
test_storage.py tests: storage: Fix with latest libvirt XML output 2021-04-06 15:21:00 -04:00
test_uriparse.py tests: Drop most unittest usage from virtinst tests 2020-09-19 13:46:46 -04:00
test_urldetect.py tests: add Mageia 5 detection test 2020-08-31 13:20:41 -04:00
test_urls.py Fix some pylint, exclude some new warnings 2021-10-04 16:04:33 -04:00
test_xmlparse.py cli: add 'ioapic.driver' to --features 2022-01-11 18:26:06 -05:00
testdriver.xml tests: Move all testdriver XML to the same dir 2020-08-26 15:20:05 -04:00
urlfetcher_mock.py tests: data: Move all cli/ bits to their own directories 2020-09-08 17:48:40 -04:00
utils.py tests: verify MDEV support 2021-06-01 17:07:36 -04:00