Home
last modified time | relevance | path

Searched refs:check_host_assignment (Results 1 – 2 of 2) sorted by relevance

/external/autotest/scheduler/
Drdb_integration_tests.py227 self.check_host_assignment(job.id, matching_host.id)
266 self.check_host_assignment(job.id, host.id)
Drdb_testing_utils.py467 def check_host_assignment(self, job_id, host_id): member in AbstractBaseRDBTester