From: Cole Robinson Date: Fri, 1 Jul 2016 11:33:10 +0000 (-0400) Subject: test: Add scsi vport nodedev to test:///default X-Git-Tag: v2.1.0-rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd8a1e6147369f9e666a22e8c3b47f8eee11301;p=thirdparty%2Flibvirt.git test: Add scsi vport nodedev to test:///default A nodedev device definition like this is required for testing NodeDeviceCreateXML and NodeDeviceDestroy. So unless it's part of the stock test:///default set there's no way to actually invoke those functions for the default URI --- diff --git a/src/test/test_driver.c b/src/test/test_driver.c index f3febc8867..672c1630ce 100644 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@ -466,6 +466,18 @@ static const char *defaultConnXML = " " " " "" +"" +" test-scsi-host-vport" +" computer" +" " +" 1" +" " +" 2000000012341234" +" 1000000012341234" +" " +" " +" " +"" "";