Remove unused expected_filter in the unit test

The expected_filter was not used, so remove it
from test_manager.

Change-Id: I08b7f36116eb198ff4cf89ef16e8f03828588fa5
This commit is contained in:
Lin Tan 2016-07-11 15:40:26 +08:00
parent 93228611f4
commit b56f168683

View File

@ -4630,10 +4630,6 @@ class ManagerCheckDeployingStatusTestCase(mgr_utils.ServiceSetUpMixin,
driver='fake', provision_state=states.AVAILABLE,
target_provision_state=states.NOSTATE)
self.expected_filter = {
'provision_state': 'deploying', 'reserved': False,
'maintenance': False}
def test__check_deploying_status(self, mock_off_cond, mock_mapped,
mock_fail_if):
mock_off_cond.return_value = ['fake-conductor']