Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
nosetests tests/unittests/test_datasource/test_azure_helper.py
.....................F..........
======================================================================
FAIL: test_generate_certificate_uses_tmpdir (tests.unittests.test_datasource.test_azure_helper.TestOpenSSLManager)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jxharlow/Dev/cloud-init/tests/unittests/test_datasource/test_azure_helper.py", line 280, in test_generate_certificate_uses_tmpdir
self.assertEqual(manager.tmpdir, subp_directory['path'])
AssertionError: '/var/folders/xj/fl7mwgh55hxclltynvxr4k9jp5tcyl/T/tmpTT99jt' != '/private/var/folders/xj/fl7mwgh55hxclltynvxr4k9jp5tcyl/T/tmpTT99jt'
- /var/folders/xj/fl7mwgh55hxclltynvxr4k9jp5tcyl/T/tmpTT99jt
+ /private/var/folders/xj/fl7mwgh55hxclltynvxr4k9jp5tcyl/T/tmpTT99jt
? ++++++++
-------------------- >> begin captured logging << --------------------
cloudinit.sources.helpers.azure: DEBUG: Generating certificate for communication with fabric...
cloudinit.sources.helpers.azure: DEBUG: New certificate generated.
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 32 tests in 0.077s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment