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.