...............E..
======================================================================
ERROR: test_conversion_with_route (tests.unittests.test_datasource.test_configdrive.TestConvertNetworkData)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/smoser-public/src/cloud-init/trunk.fix-networking/tests/unittests/test_datasource/test_configdrive.py", line 433, in test_conversion_with_route
raise Exception(ncfg)
Exception: {'version': 1, 'config': [{'subnets': [{'address': '2.2.2.10', 'type': 'static', 'netmask': '255.255.255.248', 'routes': [{'gateway': '2.2.2.9', 'netmask': '0.0.0.0', 'network': '0.0.0.0'}]}], 'name': 'foo1', 'type': 'physical', 'mac_address': 'fa:16:3e:dd:50:9a'}, {'subnets': [{'address': '3.3.3.24', 'type': 'static', 'netmask': '255.255.255.224', 'routes': []}], 'name': 'foo2', 'type': 'physical', 'mac_address': 'fa:16:3e:a8:14:69'}, {'address': '1.1.1.191', 'type': 'nameserver'}, {'address': '1.1.1.4', 'type': 'nameserver'}]}
-------------------- >> begin captured stdout << ---------------------
{'config': [{'mac_address': 'fa:16:3e:dd:50:9a',
'name': 'foo1',
'subnets': [{'address': '2.2.2.10',
'netmask': '255.255.255.248',
'routes': [{'gateway': '2.2.2.9',
'netmask': '0.0.0.0',
'network': '0.0.0.0'}],
'type': 'static'}],
'type': 'physical'},
{'mac_address': 'fa:16:3e:a8:14:69',
'name': 'foo2',
'subnets': [{'address': '3.3.3.24',
'netmask': '255.255.255.224',
'routes': [],
'type': 'static'}],
'type': 'physical'},
{'address': '1.1.1.191', 'type': 'nameserver'},
{'address': '1.1.1.4', 'type': 'nameserver'}],
'version': 1}
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 18 tests in 0.055s
FAILED (errors=1)