summaryrefslogtreecommitdiff
path: root/tests/nodedevxml2xmltest.c
diff options
context:
space:
mode:
authorBoris Fiuczynski <fiuczy@linux.ibm.com>2020-09-14 21:11:44 +0200
committerErik Skultety <eskultet@redhat.com>2020-09-15 09:06:15 +0200
commit05e6cdafa6e083a1d83e1f2e34b6472c60cc67ac (patch)
treefe2cc03e5f71751c9adf2f9af05ce9dd909d56b4 /tests/nodedevxml2xmltest.c
parent0e7f8bb6c1c3a63cf892f7afcd34fcb979ef0155 (diff)
downloadlibvirt-05e6cdafa6e083a1d83e1f2e34b6472c60cc67ac.tar.gz
node_device: detect CSS devices
Make channel subsystem (CSS) devices available in the node_device driver. The CCS devices reside in the computer system and provide CCW devices, e.g.: +- css_0_0_003a | +- ccw_0_0_1a2b | +- scsi_host0 | +- scsi_target0_0_0 | +- scsi_0_0_0_0 Reviewed-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Bjoern Walk <bwalk@linux.ibm.com> Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.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 6168c29c70..3cb23b1df4 100644
--- a/tests/nodedevxml2xmltest.c
+++ b/tests/nodedevxml2xmltest.c
@@ -123,6 +123,7 @@ mymain(void)
DO_TEST("pci_0000_02_10_7_mdev_types");
DO_TEST("mdev_3627463d_b7f0_4fea_b468_f1da537d301b");
DO_TEST("ccw_0_0_ffff");
+ DO_TEST("css_0_0_ffff");
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}