Hi,
Latest Marvin build has an error in it. Has anyone already worked out the
cause before I put work into it? Common.py will not load because of an
unresolved symbol in vcenter.py
Traceback (most recent call last):
File "/cloudstack/cloudstack/test/integration/smoke/misc/test_deploy_vm.py",
line 33, in <module>
from marvin.lib.common import get_zone, get_domain, get_template
File
"/cloudstack/test/venv/lib/python2.7/site-packages/marvin/lib/common.py", line
91, in <module>
from marvin.lib.vcenter import Vcenter
File
"/cloudstack/test/venv/lib/python2.7/site-packages/marvin/lib/vcenter.py", line
22, in <module>
ssl._create_default_https_context = ssl._create_unverified_context
AttributeError: 'module' object has no attribute ‘_create_unverified_context'
—
Grts!
Ian