remove test_manager_exception_persistency

i'm not sure exactly what this tests... but the original test[1]
does not exist anymore

[1] I808dcfae18d23240f8e095d6c97c8dede7dede8f

Change-Id: I86a96557f7e316850adae32b9976cb1d7c7b12b3
This commit is contained in:
gord chung 2017-11-30 11:17:46 -05:00
parent fcf78b1e96
commit 4ba8febea3
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)