| 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