Home | History | Annotate | Download | only in dynamic_suite

Lines Matching defs:owner

187     # is used to store results, and takes the form job_id-owner/host.
209 # '1246-owner/172.22.33.44'
211 # which looks like '1246-owner/172.22.33.44/my_DummyTest.tag.subdir_tag'
215 job.id, job.owner, s.hostname, job.name,
224 job.owner, s.hostname, job.name,
241 @var _owner: the owner of the job that generated this Status.
269 end_time_str=None, job_id=None, owner=None, hostname=None,
282 @param owner: the owner of the job that generated this Status.
294 self._owner = owner
439 def owner(self):
440 """ Owner of the job that corresponds to this status. """