summaryrefslogtreecommitdiff
path: root/tests/nodedevxml2xmltest.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2021-05-14 16:29:00 -0500
committerMichal Privoznik <mprivozn@redhat.com>2021-05-20 11:11:44 +0200
commitbb8c3b61208ed0f29dcbeca857529600f04b3146 (patch)
treea629b6d7d7660198bb3defadbb6eb16fa99230ec /tests/nodedevxml2xmltest.c
parent42a558549935336cbdb7cbfe8b239ffb0e3442e3 (diff)
downloadlibvirt-bb8c3b61208ed0f29dcbeca857529600f04b3146.tar.gz
tests: nodedevxml2xmltest: test more mdev files
Add the rest of the mdev xml files to the xml2xml test, and include 2 new test cases: one that explicitly specifies 'manual' start, and one that explicitly specifies 'auto' start. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tests/nodedevxml2xmltest.c')
-rw-r--r--tests/nodedevxml2xmltest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/nodedevxml2xmltest.c b/tests/nodedevxml2xmltest.c
index 60a8fcd486..7bd508f750 100644
--- a/tests/nodedevxml2xmltest.c
+++ b/tests/nodedevxml2xmltest.c
@@ -132,6 +132,11 @@ mymain(void)
DO_TEST("ap_matrix");
DO_TEST("ap_matrix_mdev_types");
DO_TEST("mdev_ee0b88c4_f554_4dc1_809d_b2a01e8e48ad");
+ DO_TEST("mdev_d069d019_36ea_4111_8f0a_8c9a70e21366");
+ DO_TEST("mdev_d2441d39_495e_4243_ad9f_beb3f14c23d9");
+ DO_TEST("mdev_fedc4916_1ca8_49ac_b176_871d16c13076");
+ DO_TEST("mdev_autostart");
+ DO_TEST("mdev_manual");
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}