Advertisement
Guest User

Untitled

a guest
Aug 24th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib64/python3.4/unittest/mock.py", line 1136, in patched
  3. return func(*args, **keywargs)
  4. File "/home/john/openstack/ironic/ironic/tests/drivers/irmc/test_management.py", line 301, in test_management_interface_get_sensors_data_exception
  5. str(e))
  6. File "/home/john/openstack/ironic/.tox/py34/lib/python3.4/site-packages/testtools/testcase.py", line 350, in assertEqual
  7. self.assertThat(observed, matcher, message)
  8. File "/home/john/openstack/ironic/.tox/py34/lib/python3.4/site-packages/testtools/testcase.py", line 435, in assertThat
  9. raise mismatch_error
  10. testtools.matchers._impl.MismatchError: !=:
  11. reference = 'Failed to get sensor data for node 1be26c0b-03f2-4d2e-ae87-c02d7f33c123. Error: Fake Error'
  12. actual = "Failed to get sensor data for node 1be26c0b-03f2-4d2e-ae87-c02d7f33c123. Error: 'InvalidParameterValue' object is not iterable"
  13. Ran 2538 tests in 8.638s (+0.454s)
  14. FAILED (id=25, failures=1 (+1), skips=15)
  15. error: testr failed (1)
  16. ERROR: InvocationError: "/usr/bin/bash -c TESTS_DIR=./ironic/tests/ python setup.py testr --slowest --testr-args=''"
  17. py34 finish: runtests after 18.77 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement