Ubuntu Pastebin

Paste from smoser at Fri, 3 Jun 2016 18:39:30 +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
...............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 436, in test_conversion_with_route
    raise Exception(ncfg)
Exception: {'version': 1, 'config': [{'mac_address': 'fa:16:3e:dd:50:9a', 'type': 'physical', 'name': 'foo1', 'subnets': [{'netmask': '255.255.255.248', 'type': 'static', 'routes': [{'netmask': '0.0.0.0', 'gateway': '2.2.2.9', 'network': '0.0.0.0'}], 'address': '2.2.2.10'}]}, {'mac_address': 'fa:16:3e:a8:14:69', 'type': 'physical', 'name': 'foo2', 'subnets': [{'netmask': '255.255.255.224', 'type': 'static', 'routes': [], 'address': '3.3.3.24'}]}, {'type': 'nameserver', 'address': '1.1.1.191'}, {'type': 'nameserver', 'address': '1.1.1.4'}]}
-------------------- >> begin captured stdout << ---------------------
eni=auto lo
iface lo inet loopback
    dns-nameservers 1.1.1.191 1.1.1.4

auto foo1
iface foo1 inet static
    netmask 255.255.255.248
    address 2.2.2.10

auto foo2
iface foo2 inet static
    netmask 255.255.255.224
    address 3.3.3.24


--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
Ran 18 tests in 0.062s

FAILED (errors=1)
Download as text