¡@

Home 

OpenStack Study: test_notifier.py

OpenStack Index

**** CubicPower OpenStack Study ****

def notify(_context, message):

    """Test notifier, stores notifications in memory for unittests."""

    NOTIFICATIONS.append(message)