Searched refs:expected_states (Results 1 – 3 of 3) sorted by relevance
232 expected_states = ['ready', 'online', 'portal']234 expected_states = ['idle']249 expected_states,251 if not state in expected_states:253 % (state, ', '.join(expected_states)))
219 expected_states = self.EXPECTED_RESULTS[run]228 for i, expected_state in enumerate(expected_states):
180 def CompareServiceState(self, service, expected_states): argument189 return state in expected_states