We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SUMMARY test_04_extract_Iso | Failure | 1.08 | test_iso.py test_04_extract_template | Failure | 1.06 | test_templates.py test_06_download_detached_volume | Failure | 10.34 | test_volumes.py
The tests failing in trillian due to the fact that python installation is not compiled with ssl support.
In order these tests to pass, we either disable ssl deployments by default, or make sure to install a python version with ssl support.
HTTPS support is only available if the socket module was compiled with SSL support.
The text was updated successfully, but these errors were encountered:
This looks like env issue
Sorry, something went wrong.
was the env built with ssl on SSVM enabled? (as I recall when you enable that, other tests can fail).
is this a PR build or a manual trillian build?
No branches or pull requests
SUMMARY
test_04_extract_Iso | Failure | 1.08 | test_iso.py
test_04_extract_template | Failure | 1.06 | test_templates.py
test_06_download_detached_volume | Failure | 10.34 | test_volumes.py
The tests failing in trillian due to the fact that python installation is not compiled with ssl support.
In order these tests to pass, we either disable ssl deployments by default, or make sure to install a python version with ssl support.
HTTPS support is only available if the socket module was compiled with SSL support.
The text was updated successfully, but these errors were encountered: