Ubuntu Pastebin

Paste from smoser at Fri, 22 Jul 2016 19:24:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
............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)
Download as text