]> xenbits.xensource.com Git - libvirt.git/commit
tests: Create a more realistic vHBA
authorJohn Ferlan <jferlan@redhat.com>
Tue, 24 Jan 2017 01:52:24 +0000 (20:52 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 19 Feb 2017 11:45:09 +0000 (06:45 -0500)
commit8729ce56fe5141011f39e9cc5d880f5bcd906a11
tree6da51243e527c34c7fb5e0415162c423d0444edd
parent0869d9b3333b0b36fd59e0588ce6497d865e6266
tests: Create a more realistic vHBA

Modify the code to react more like a real HBA -> vHBA creation.

Currently the code would just modify the input XML definition to
set the name to a wwpn and then modify the scsi_host capability
entry for the defintion to change the scsi_host# and unique_id
before adding that into the node device.

This patch does things a bit better. It finds and copies a known
existing vHBA (scsi_host11) in the node_device database and modifies
that definition to change the name to scsi_host12 and set the wwnn/
wwpn to what the input XML would expect before adding the def to the
node device object list.

Then rather than create a returned "dev" using the (poorly) mocked
name - perform the lookup using the new device name.
src/test/test_driver.c