From 5c2ff641e10cc1202ed803fbc08485b561553fc0 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Tue, 24 Jan 2017 06:32:03 -0500 Subject: [PATCH] test: Add new NPIV capable HBA and a vHBA 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. --- 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 1877e5482a..db5a4daaaa 100644 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@ -499,10 +499,40 @@ static const char *defaultConnXML = " " " " " 127" +" 1" +" " +" " +"" +"" +" scsi_host2" +" computer" +" " +" 2" +" 1" +" " +" 2000000056785678" +" 1000000056785678" +" 2000000087658765" +" " +" " +" 127" " 0" " " " " "" +"" +" scsi_host11" +" scsi_host1" +" " +" 11" +" 10" +" " +" 2000000034563456" +" 1000000034563456" +" 2000000043214321" +" " +" " + "" "";