............E.......
======================================================================
ERROR: test_bond_conversion (tests.unittests.test_datasource.test_configdrive.TestConvertNetworkData)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/smoser-public/src/cloud-init/trunk/tests/unittests/test_datasource/test_configdrive.py", line 658, in test_bond_conversion
raise Exception("just for fun")
Exception: just for fun
-------------------- >> begin captured stdout << ---------------------
auto lo
iface lo inet loopback
dns-nameservers 1.1.1.191 1.1.1.4
iface oeth0 inet manual
mtu 1500
iface oeth1 inet manual
mtu 1500
iface bond0 inet manual
bond-slaves none
bond_miimon 100
bond_mode 4
bond_xmit_hash_policy layer3+4
auto eth0
iface eth0 inet manual
bond-master bond0
bond_miimon 100
bond_mode 4
bond_xmit_hash_policy layer3+4
auto eth1
iface eth1 inet manual
bond-master bond0
bond_miimon 100
bond_mode 4
bond_xmit_hash_policy layer3+4
auto bond0.602
iface bond0.602 inet static
address 2.2.2.13
netmask 255.255.255.248
hwaddress fa:16:3e:b3:72:30
vlan-raw-device bond0
vlan_id 602
post-up route add default gw 2.2.2.9 || true
pre-down route del default gw 2.2.2.9 || true
auto bond0.612
iface bond0.612 inet static
address 10.0.1.5
netmask 255.255.255.248
hwaddress fa:16:3e:66:ab:a6
vlan-raw-device bond0
vlan_id 612
post-up route add -net 192.168.1.0 netmask 255.255.255.255 gw 10.0.1.1 || true
pre-down route del -net 192.168.1.0 netmask 255.255.255.255 gw 10.0.1.1 || true
--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
cloudinit.util: DEBUG: Writing to /tmp/tmp34wkz_xf/etc/network/interfaces - wb: [420] 1116 bytes
cloudinit.util: DEBUG: Writing to /tmp/tmp34wkz_xf/etc/udev/rules.d/70-persistent-net.rules - wb: [420] 194 bytes
cloudinit.util: DEBUG: Writing to /tmp/tmp34wkz_xf/etc/systemd/network/50-cloud-init-oeth0.link - wb: [420] 56 bytes
cloudinit.util: DEBUG: Writing to /tmp/tmp34wkz_xf/etc/systemd/network/50-cloud-init-oeth1.link - wb: [420] 56 bytes
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 20 tests in 0.098s
FAILED (errors=1)