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:
Mehdi Abaakouk 2013-08-20 18:20:19 +02:00
parent 34462ca549
commit 50e952b06c

View File

@ -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()