summaryrefslogtreecommitdiff
path: root/tests/nodedevxml2xmltest.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-02-15 01:04:12 +0400
committerMichal Privoznik <mprivozn@redhat.com>2017-02-17 15:47:58 +0100
commit7f1bdec5fa0a0cd258116f6ebb556362365a5598 (patch)
tree9960d20dfc798f6c78bb471b2c26a846baa5cd1c /tests/nodedevxml2xmltest.c
parent14a3e7ab5c46945d0b5b83e9c8370738314acbe2 (diff)
downloadlibvirt-7f1bdec5fa0a0cd258116f6ebb556362365a5598.tar.gz
nodedev: add drm capability
Add a new 'drm' capability for Direct Rendering Manager (DRM) devices, providing device type information. Teach the udev backend to populate those devices. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tests/nodedevxml2xmltest.c')
-rw-r--r--tests/nodedevxml2xmltest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nodedevxml2xmltest.c b/tests/nodedevxml2xmltest.c
index ec96943cb1..5e1ae170c3 100644
--- a/tests/nodedevxml2xmltest.c
+++ b/tests/nodedevxml2xmltest.c
@@ -100,6 +100,7 @@ mymain(void)
DO_TEST("pci_0000_02_10_7_sriov_zero_vfs_max_count");
DO_TEST("pci_0000_02_10_7_sriov_pf_vfs_all");
DO_TEST("pci_0000_02_10_7_sriov_pf_vfs_all_header_type");
+ DO_TEST("drm_renderD129");
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}