Comment 2 for bug 1757040

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: Problem of tox

Pasting the error that I see here:

======================================================================
FAIL: mistral.tests.unit.actions.openstack.test_generator.GeneratorTest.test_generator
mistral.tests.unit.actions.openstack.test_generator.GeneratorTest.test_generator
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "mistral/tests/unit/actions/openstack/test_generator.py", line 102, in test_generator
    name=action_name
  File "mistral/tests/unit/base.py", line 141, in _assert_single_item
    return self._assert_multiple_items(items, 1, **props)[0]
  File "mistral/tests/unit/base.py", line 164, in _assert_multiple_items
    "expected=%s, found=%s]" % (props, count, found))
  File "/usr/lib/python2.7/dist-packages/unittest2/case.py", line 690, in fail
    raise self.failureException(msg)
AssertionError: Wrong number of items found [props={'name': 'senlin.get_profile'}, expected=1, found=0]