masakari/masakari/tests
shilpa f2343ef09c Handle KeyError: 'progress_details'
If user tries to get notification details before masakari-engine taskflow
driver add progress details of the first task of the recovery workflow,
it's giving Keyerror: 'progress_details'.

Fixed the issue by checking progress_details is available in the meta.
If it's not present, then get notification details will return empty list
of recovery_workflow_details.

Change-Id: I79af240d7715718b424695253ee452dc9552607d
Closes-Bug: #1819422
2019-03-13 14:50:00 +05:30
..
functional Functional tests for notification APIs 2019-03-09 16:29:56 +09:00
unit Handle KeyError: 'progress_details' 2019-03-13 14:50:00 +05:30
__init__.py Initial Cookiecutter Commit. 2016-06-28 13:28:27 +09:00
base.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
fixtures.py Add database related test cases 2016-12-09 18:30:55 +05:30
json_ref.py Send notifications for all API changes 2019-03-05 10:46:23 +05:30
uuidsentinel.py Remove redundant str typecasting 2016-09-23 12:55:49 +05:30