Ubuntu Pastebin

Paste from powersj at Fri, 27 Oct 2017 17:55:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
======================================================================
FAIL: test_no_warnings_in_log (tests.cloud_tests.testcases.modules.ntp.TestNtp)
Warnings should not be found in the log.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/powersj/Work/repos/cloud-init/fix-kvm/tests/cloud_tests/testcases/base.py", line 77, in test_no_warnings_in_log
    msg="'WARN' found inside cloud-init.log")
AssertionError: Lists differ: [] != ['2017-10-27 17:52:07,684 - schema.py[WARN[63 chars]ent']

Second list contains 1 additional elements.
First extra element 0:
'2017-10-27 17:52:07,684 - schema.py[WARNING]: Ignoring schema validation. python-jsonschema is not present'

- []
+ ['2017-10-27 17:52:07,684 - schema.py[WARNING]: Ignoring schema validation. '
+  'python-jsonschema is not present'] : 'WARN' found inside cloud-init.log

----------------------------------------------------------------------
Download as text