Ubuntu Pastebin

Paste from smoser at Fri, 3 Jun 2016 19:10:36 +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
...............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 444, in test_conversion_with_route
    raise Exception("FOO")
Exception: FOO
-------------------- >> 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
    mtu 1500
    post-up route add default gw 2.2.2.9 || true
    pre-down route del default gw 2.2.2.9 || true

auto foo2
iface foo2 inet static
    netmask 255.255.255.224
    address 3.3.3.24


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

----------------------------------------------------------------------
Ran 18 tests in 0.058s

FAILED (errors=1)
Download as text