Predefine a second NPIV capable HBA as well as a vHBA using the first
NPIV capable HBA. This will allow for a mechanism to perform more
realistic create vHBA testing.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/test/test_driver.c | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/src/test/test_driver.c b/src/test/test_driver.c
index 18428a8..4dd2956 100644
--- a/src/test/test_driver.c
+++ b/src/test/test_driver.c
@@ -499,10 +499,40 @@ static const char *defaultConnXML =
" </capability>"
" <capability type='vport_ops'>"
" <max_vports>127</max_vports>"
+" <vports>1</vports>"
+" </capability>"
+" </capability>"
+"</device>"
+"<device>"
+" <name>scsi_host2</name>"
+" <parent>computer</parent>"
+" <capability type='scsi_host'>"
+" <host>2</host>"
+" <unique_id>1</unique_id>"
+" <capability type='fc_host'>"
+" <wwnn>2000000056785678</wwnn>"
+" <wwpn>1000000056785678</wwpn>"
+" <fabric_wwn>2000000087658765</fabric_wwn>"
+" </capability>"
+" <capability type='vport_ops'>"
+" <max_vports>127</max_vports>"
" <vports>0</vports>"
" </capability>"
" </capability>"
"</device>"
+"<device>"
+" <name>scsi_host11</name>"
+" <parent>scsi_host1</parent>"
+" <capability type='scsi_host'>"
+" <host>11</host>"
+" <unique_id>10</unique_id>"
+" <capability type='fc_host'>"
+" <wwnn>2000000034563456</wwnn>"
+" <wwpn>1000000034563456</wwpn>"
+" <fabric_wwn>2000000043214321</fabric_wwn>"
+" </capability>"
+" </capability>"
+ "</device>"
"</node>";
--
2.7.4