Hi,

Is the simulator broken?

Trying to run

nosetests -v --with-marvin --marvin-config=setup/dev/advanced.cfg -w /tmp

and getting

Traceback (most recent call last):
  File "/opt/python/bin/nosetests", line 9, in <module>
    load_entry_point('nose==1.3.0', 'console_scripts', 'nosetests')()
  File "/opt/python/lib/python2.7/site-packages/nose/core.py", line
118, in __init__
    **extra_args)
  File "/opt/python/lib/python2.7/unittest/main.py", line 94, in __init__
    self.parseArgs(argv)
  File "/opt/python/lib/python2.7/site-packages/nose/core.py", line
135, in parseArgs
    self.config.configure(argv, doc=self.usage())
  File "/opt/python/lib/python2.7/site-packages/nose/config.py", line
344, in configure
    self.plugins.configure(options, self)
  File "/opt/python/lib/python2.7/site-packages/nose/plugins/manager.py",
line 284, in configure
    cfg(options, config)
  File "/opt/python/lib/python2.7/site-packages/nose/plugins/manager.py",
line 99, in __call__
    return self.call(*arg, **kw)
  File "/opt/python/lib/python2.7/site-packages/nose/plugins/manager.py",
line 167, in simple
    result = meth(*arg, **kw)
  File "/opt/python/lib/python2.7/site-packages/marvin/marvinPlugin.py",
line 68, in configure
    deploy.loadCfg() if options.load else deploy.deploy()
  File "/opt/python/lib/python2.7/site-packages/marvin/deployDataCenter.py",
line 576, in deploy
    self.createZones(self.config.zones)
  File "/opt/python/lib/python2.7/site-packages/marvin/deployDataCenter.py",
line 408, in createZones
    self.createpods(zone.pods, zoneId)
  File "/opt/python/lib/python2.7/site-packages/marvin/deployDataCenter.py",
line 126, in createpods
    vmwareDc=pod.vmwaredc)
  File "/opt/python/lib/python2.7/site-packages/marvin/deployDataCenter.py",
line 84, in createClusters
    clusterresponse = self.apiClient.addCluster(clustercmd)
  File 
"/opt/python/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 1378, in addCluster
    response = self.connection.marvin_request(command,
response_type=response, method=method)
  File "/opt/python/lib/python2.7/site-packages/marvin/cloudstackConnection.py",
line 222, in marvin_request
    response = jsonHelper.getResultObj(response.json(), response_type)
  File "/opt/python/lib/python2.7/site-packages/marvin/jsonHelper.py",
line 148, in getResultObj
    raise cloudstackException.cloudstackAPIException(respname, errMsg)
marvin.cloudstackException.cloudstackAPIException: Execute cmd:
addcluster failed, due to: errorCode: 431, errorText:Could not find
corresponding resource manager for simulator

Reply via email to