Created
February 9, 2016 21:16
Revisions
-
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ --- import errors --- Failed to import test module: octavia.tests.unit.amphorae.drivers.haproxy.test_ssh_driver Traceback (most recent call last): File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path module = self._get_module_from_name(name) File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name __import__(name) File "octavia/tests/unit/amphorae/drivers/haproxy/test_ssh_driver.py", line 20, in <module> import paramiko File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/paramiko/__init__.py", line 30, in <module> from paramiko.transport import SecurityOptions, Transport File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/paramiko/transport.py", line 67, in <module> from Crypto.Cipher import Blowfish, AES, DES3, ARC4 File "/opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/Crypto/Cipher/ARC4.py", line 66, in <module> from Crypto.Cipher import _ARC4 ImportError: /opt/stack/octavia/.tox/py27/lib/python2.7/site-packages/Crypto/Cipher/_ARC4.so: undefined symbol: PyUnicodeUCS4_FromString