Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created December 2, 2016 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/ed6dc735af22a491edf021690a43a49f to your computer and use it in GitHub Desktop.
Save harlowja/ed6dc735af22a491edf021690a43a49f to your computer and use it in GitHub Desktop.
test_utility_methods (tests.unittests.test_vmware_config_file.TestVmwareConfigFile) ... ok
======================================================================
ERROR: Failure: SyntaxError (invalid syntax (DataSourceAzure.py, line 308))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jenkins/workspace/cloud-init@2/.venv/lib/python2.6/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/home/jenkins/workspace/cloud-init@2/.venv/lib/python2.6/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/jenkins/workspace/cloud-init@2/.venv/lib/python2.6/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/jenkins/workspace/cloud-init@2/cloud-init/tests/unittests/test_datasource/test_azure.py", line 3, in <module>
from cloudinit.sources import DataSourceAzure
File "/home/jenkins/workspace/cloud-init@2/cloud-init/cloudinit/sources/DataSourceAzure.py", line 308
ignored = {'dataloss_warning_readme.txt'}
^
SyntaxError: invalid syntax
======================================================================
ERROR: test_pexec_error_indent_text (tests.unittests.test_util.TestProcessExecutionError)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jenkins/workspace/cloud-init@2/cloud-init/tests/unittests/test_util.py", line 629, in test_pexec_error_indent_text
formatted = 'abc\n{}def'.format(' ' * 4)
ValueError: zero length field name in format
----------------------------------------------------------------------
XML: /home/jenkins/workspace/cloud-init@2/cloud-init/results.xml
----------------------------------------------------------------------
Ran 726 tests in 4.210s
FAILED (SKIP=5, errors=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment