Lines Matching refs:expect_heartbeat
51 def expect_heartbeat(self, shard_hostname='host1', member in ShardClientTest
157 self.expect_heartbeat(
166 self.expect_heartbeat(
182 self.expect_heartbeat(
229 self.expect_heartbeat(return_jobs=[job1_serialized])
230 self.expect_heartbeat(return_jobs=[job1_serialized, job2_serialized])
231 self.expect_heartbeat(known_job_ids=[job1_serialized['id'],
233 self.expect_heartbeat(known_job_ids=[job2_serialized['id']])
266 self.expect_heartbeat(return_hosts=[host1_serialized])
267 self.expect_heartbeat(return_hosts=[host1_serialized, host2_serialized])
268 self.expect_heartbeat(known_host_ids=[host1_serialized['id'],
310 self.expect_heartbeat()
317 self.expect_heartbeat(side_effect=shutdown_sut)