test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] Change default e1000 interface pci adress to 00:1F:00
@ 2015-07-08  6:58 Yong Liu
  2015-07-08  7:21 ` Qiu, Michael
  0 siblings, 1 reply; 2+ messages in thread
From: Yong Liu @ 2015-07-08  6:58 UTC (permalink / raw)
  To: dts

From: Marvin Liu <yong.liu@intel.com>

For virtualization validation, default network interface should be configured
by udev rule.
Auto dhcp should be configured on this specified name interface.

Signed-off-by: Marvin Liu <yong.liu@intel.com>

diff --git a/framework/qemu_kvm.py b/framework/qemu_kvm.py
index c04b61f..4ccce81 100644
--- a/framework/qemu_kvm.py
+++ b/framework/qemu_kvm.py
@@ -110,7 +110,7 @@ class QEMUKvm(VirtBase):
 
         if not self.__default_nic:
             # add default control interface
-            def_nic = {'type': 'nic', 'opt_vlan': '0'}
+            def_nic = {'type': 'nic', 'opt_vlan': '0', 'opt_addr': '1f'}
             self.set_vm_net(**def_nic)
             def_net = {'type': 'user', 'opt_vlan': '0'}
             self.set_vm_net(**def_net)
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-08  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-08  6:58 [dts] [PATCH] Change default e1000 interface pci adress to 00:1F:00 Yong Liu
2015-07-08  7:21 ` Qiu, Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).