nova/nova/tests/functional/notification_sample_tests
Balazs Gibizer f1f599d098 Create a fixture around fake_notifier
The fake_notifier uses module globals and also needs careful stub and
reset calls to work properly. This patch wraps the fake_notifier into a
proper Fixture that automates the complexity.

This is fairly rage patch but it does not change any logic just redirect
calls from the fake_notifier to the new NotificationFixture

Change-Id: I456f685f480b8de71014cf232a8f08c731605ad8
2021-05-24 11:00:59 +01:00
..
__init__.py Adds json sample for the versioned notifications 2016-01-28 15:31:21 +01:00
notification_sample_base.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_aggregate.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_compute_task.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_exception_notification.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_flavor.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_instance.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_keypair.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_libvirt.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_metrics.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_server_group.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_service.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00
test_volume.py Create a fixture around fake_notifier 2021-05-24 11:00:59 +01:00