virt-manager/tests/data
Jonathon Jongsma 0c146b2503 Handle new nodedev name for mediated devices
libvirt recently changed the nodedev names for mediated devices due to
the fact that mdevctl supports defining multiple mediated devices with
the same UUID as long as only one is active at a time. This means that
the nodedev name changed from the format 'mdev_$UUID' to the format
'mdev_$UUID_$PARENT'.

Unfortunately, virt-install was parsing the nodedev name to extract the
UUID of a mediated device. This fails with the new name format.
Fortunately, in libvirt 7.3.0, a <uuid> field was added to the xml
schema for mdev devices, so we can simply use this instead, and fall
back to the name parsing if it doesn't exist.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
2021-11-10 14:58:07 +00:00
..
capabilities tests: cli: start testing bhyve 2021-02-15 13:27:48 -05:00
cli tests: don't add the same USB devices to the guest twice 2021-11-05 12:40:38 +00:00
fakemedia tests: data: Move all cli/ bits to their own directories 2020-09-08 17:48:40 -04:00
inject tests: Move all data directories to data/ 2020-01-27 06:57:37 -05:00
meter tests: Add full test coverage for progress text output 2021-06-09 16:52:12 -04:00
nodedev/devxml tests: Move all data directories to data/ 2020-01-27 06:57:37 -05:00
storage tests: storage: Fix with latest libvirt XML output 2021-04-06 15:21:00 -04:00
testdriver Handle new nodedev name for mediated devices 2021-11-10 14:58:07 +00:00
urldetect tests: add Mageia 5 detection test 2020-08-31 13:20:41 -04:00
xmlparse Finish reordering stuff and cleaning up 2021-07-29 11:44:57 -04:00
codespell_dict.txt codespell: Whitelist 'cloneable' 2020-09-05 15:49:55 -04:00
test_urls.ini tests: test_urls: Update some URLs 2021-05-22 13:04:06 -04:00