Merge "remove test_manager_exception_persistency"

This commit is contained in:
Zuul 2017-12-04 04:18:34 +00:00 committed by Gerrit Code Review
commit 8bc1b02134
1 changed files with 0 additions and 8 deletions

View File

@ -341,14 +341,6 @@ class BaseAgentManagerTestCase(base.BaseTestCase):
self.addCleanup(mgr.terminate)
mgr.create_polling_task.assert_called_once_with()
def test_manager_exception_persistency(self):
self.polling_cfg['sources'].append({
'name': 'test_polling_1',
'interval': 60,
'meters': ['testanother'],
})
self.setup_polling()
def _verify_discovery_params(self, expected):
self.assertEqual(expected, self.Discovery.params)
self.assertEqual(expected, self.DiscoveryAnother.params)