addressed termies review (third round)

This commit is contained in:
Armando Migliaccio
2011-03-28 12:08:43 +01:00
parent 7801b8ec5a
commit 1c4e817ea9

View File

@@ -287,8 +287,8 @@ class XenAPIVMTestCase(test.TestCase):
key = 'vm-data/networking/aabbccddeeff'
xenstore_value = xenstore_data[key]
tcpip_data = ast.literal_eval(xenstore_value)
self.assertEquals(tcpip_data, {
'label': 'fake_flat_network',
self.assertEquals(tcpip_data,
{'label': 'fake_flat_network',
'broadcast': '10.0.0.255',
'ips': [{'ip': '10.0.0.3',
'netmask':'255.255.255.0',