nova/nova/tests/functional/notification_sample_tests
Gábor Antal 569e463f02 Fix a TypeError in notification_sample_base.py
In notification_sample_base, a possible error is found and fixed, as

    extra_params['return_reservation_id'] = True

is a valid code only when extra_params is not None.
However, this is not checked. So when we try to boot a server
without extra parameters, a TypeError is raised:

    TypeError: 'NoneType' object does not support item assignment

In this patchset, the possible bug is fixed.

Change-Id: I80e2286b231da39b8c1e4225145422ac48daee68
2016-11-07 17:31:38 +01:00
..
__init__.py Adds json sample for the versioned notifications 2016-01-28 15:31:21 +01:00
notification_sample_base.py Fix a TypeError in notification_sample_base.py 2016-11-07 17:31:38 +01:00
test_exception_notification.py Transform wrap_exception notification to versioned format 2016-06-21 09:39:47 +02:00
test_instance.py Merge "Transform instance.shutdown notifications" 2016-11-03 16:09:49 +00:00
test_service_update.py make microversion a client level construct for tests 2016-02-24 11:02:05 -05:00