# HG changeset patch
# User Guolian Yun <yunguol(a)cn.ibm.com>
# Date 1207726653 25200
# Node ID e72f3a8d54c5f9e6b895f4930126acca1c97e380
# Parent 262153788503c8b10c76c77719bba081df9a7b88
[TEST] add KVM_default_net_type in const.py
Signed-off-by: Guolian Yun <yunguol(a)cn.ibm.com>
diff -r 262153788503 -r e72f3a8d54c5 suites/libvirt-cim/lib/XenKvmLib/const.py
--- a/suites/libvirt-cim/lib/XenKvmLib/const.py Tue Apr 08 17:58:44 2008 +0530
+++ b/suites/libvirt-cim/lib/XenKvmLib/const.py Wed Apr 09 00:37:33 2008 -0700
@@ -48,6 +48,7 @@ KVM_secondary_disk_path = os.path.join(_
KVM_secondary_disk_path = os.path.join(_image_dir, 'default-kvm-dimage.2ND')
KVM_default_disk_dev = 'hda'
KVM_default_mac = '11:22:33:aa:bb:cc'
+KVM_default_net_type = 'bridge'
# vxml.XenFVXML
s, o = platform.architecture()