summaryrefslogtreecommitdiff
path: root/tests/nodedevxml2xmltest.c
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2022-08-25 10:39:11 +0200
committerPeter Krempa <pkrempa@redhat.com>2022-09-01 13:11:09 +0200
commit41460774ea925377c95f41455bf885a395a38d46 (patch)
tree48e7adcaa5983976f77298d73ffc72c872f84a3a /tests/nodedevxml2xmltest.c
parent4328018bd0cdb704cdcdbf98c710a8814d0831d9 (diff)
downloadlibvirt-41460774ea925377c95f41455bf885a395a38d46.tar.gz
nodedevschematest: Add example file for a HBA with 'vport_ops' capability
Illustrate the problem in the schema fixed by previous commit. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@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 f82027fb87..68a4041d8c 100644
--- a/tests/nodedevxml2xmltest.c
+++ b/tests/nodedevxml2xmltest.c
@@ -134,6 +134,7 @@ mymain(void)
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("hba_vport_ops");
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}