Comment 1 for bug 1762876

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: KeyError during move operation functional tests

Seeing it here too on master but without a KeyError:

http://logs.openstack.org/10/557810/1/gate/nova-tox-functional/8032a6b/testr_results.html.gz

Traceback (most recent call last):
  File "nova/tests/functional/regressions/test_bug_1718512.py", line 150, in test_resize_with_reschedule_then_live_migrate
    self.assertEqual('completed', migrations[0]['status'])
  File "/home/zuul/src/git.openstack.org/openstack/nova/.tox/functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/home/zuul/src/git.openstack.org/openstack/nova/.tox/functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'completed' != u'running'