fix libvirt test

This commit is contained in:
Vishvananda Ishaya
2011-07-05 17:07:44 -07:00
parent 3097288b82
commit 895bf22b0a

View File

@@ -58,6 +58,7 @@ def _create_network_info(count=1, ipv6=None):
'cidr': fake_ip,
'cidr_v6': fake_ip}
mapping = {'mac': fake,
'dhcp_server': fake,
'gateway': fake,
'gateway6': fake,
'ips': [{'ip': fake_ip}, {'ip': fake_ip}]}