Ubuntu Pastebin

Paste from smoser at Fri, 3 Jun 2016 18:37:10 +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
...............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)
Download as text