Remove no more used code in test_notifier
This change remove no more used code in test_notifier Parts of the blueprint remove-counter Change-Id: I4fab2f9c30a08aa1e84dec8a59f16cbb9349b3ae
This commit is contained in:
parent
34462ca549
commit
50e952b06c
@ -94,9 +94,6 @@ class TestNovaNotifier(base.TestCase):
|
|||||||
)
|
)
|
||||||
return [self.test_data_1, test_data_2]
|
return [self.test_data_1, test_data_2]
|
||||||
|
|
||||||
def get_counter_names(self):
|
|
||||||
return ['test1', 'test2']
|
|
||||||
|
|
||||||
@mock.patch('ceilometer.pipeline.setup_pipeline', mock.MagicMock())
|
@mock.patch('ceilometer.pipeline.setup_pipeline', mock.MagicMock())
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestNovaNotifier, self).setUp()
|
super(TestNovaNotifier, self).setUp()
|
||||||
|
Loading…
Reference in New Issue
Block a user