-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Trying to run this as
$ RAGWEED_RUN=stage python -m nose -vv
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
ERROR
======================================================================
ERROR: test suite for <module 'ragweed.tests.tests' from '/home/abhishekl/spells/storage/ragweed/ragweed/te
sts/tests.pyc'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/suite.py", line 209, in run
self.setUp()
File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/suite.py", line 292, in setUp
self.setupContext(ancestor)
File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/suite.py", line 315, in setup
Context
try_run(context, names)
File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/util.py", line 471, in try_ru
n
return func()
File "/home/abhishekl/spells/storage/ragweed/ragweed/framework.py", line 392, in setup_module
ragweed_env = RagweedEnv()
File "/home/abhishekl/spells/storage/ragweed/ragweed/framework.py", line 370, in __init__
self.zone = RZone(conn)
File "/home/abhishekl/spells/storage/ragweed/ragweed/framework.py", line 181, in __init__
for e in self.zone_params.placement_pools:
File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/bunch/__init__.py", line 121, in _
_getattr__
raise AttributeError(k)
AttributeError: placement_poolsWe seem to look for placement pools in the zonegroup map json which wouldn't exist (unless there is an api to get the zone params)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels