[virt-tools-list] [virt-manager PATCH V3 1/3] testdriver: Add missing net dev to match pci dev for SR-IOV network test

Lin Ma lma at suse.com
Fri Mar 31 12:11:59 UTC 2017


Add missing net device to match pci device for network ui test of the
SR-IOV VF pool.

Signed-off-by: Lin Ma <lma at suse.com>
---
 tests/testdriver.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tests/testdriver.xml b/tests/testdriver.xml
index 389f56a..19ed1b7 100644
--- a/tests/testdriver.xml
+++ b/tests/testdriver.xml
@@ -2331,6 +2331,16 @@ ba</description>
 
 
 <device>
+  <name>net_00_1b_21_5a_69_f5</name>
+  <parent>pci_8086_10fb</parent>
+  <capability type='net'>
+    <interface>eth3</interface>
+    <address>00:1b:21:5a:69:f5</address>
+  </capability>
+</device>
+
+
+<device>
   <name>net_3e_79_a5_6f_37_c3</name>
   <parent>computer</parent>
   <capability type='net'>
-- 
2.9.2




More information about the virt-tools-list mailing list