Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 25 of 27) sorted by relevance

12

/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker_test.py58 device = self.GenerateDeviceModel(hostname=lab.hostname)
90 hostname=lab.hostname, product=product)
127 hostname=lab.hostname, product=product)
207 hostname=lab.hostname, product=product1)
211 hostname=lab.hostname, product=product2)
306 device = self.GenerateDeviceModel(hostname=lab.hostname)
385 hostname=lab.hostname,
391 hostname=lab.hostname,
396 product=device_product, hostname=lab.hostname)
444 product=correct_product, hostname=host_a)
[all …]
Ddevice_heartbeat.py65 model.LabModel.hostname == device.hostname)
72 if device.hostname not in labs_to_alert[lab.name]:
73 labs_to_alert[lab.name][device.hostname] = []
80 labs_to_alert[lab.name][device.hostname].append(device.serial)
84 device.hostname))
Dschedule_worker.py292 new_job.hostname = target_host
390 model.LabModel.hostname == target_host).fetch()
469 self.logger.Println("- Host: %s" % host.hostname)
472 model.DeviceModel.hostname == host.hostname,
491 host.hostname, len(host_devices),
510 return selected_host_devices[0][0].hostname, selected_host_devices[
Djob_heartbeat_test.py61 hostname=lab.hostname, product="product{}".format(i))
Djob_heartbeat.py66 job.hostname, job.device, job.test_name))
/test/vti/test_serving/gae/webapp/src/endpoint/
Dlab_info.py64 model.LabModel.hostname == host.hostname)
73 lab.hostname = host.hostname
89 if (device.hostname != host.hostname) and (
97 if device.hostname == host.hostname and set(
108 device.hostname = host.hostname
125 host_info.AddNullDevices(host.hostname, null_device_count)
142 model.LabModel.hostname == request.hostname)
Dhost_info_test.py41 hostname = self.GetRandomString()
50 hostname=hostname,
69 hostname=hostname,
81 hostname=hostname,
Dhost_info.py33 def AddNullDevices(hostname, null_device_count): argument
41 model.DeviceModel.hostname == hostname,
51 device.hostname = hostname
97 device.hostname = request.hostname
Dlab_info_test.py48 hostname = self.GetRandomString()
50 "hostname": hostname,
98 hostname = self.GetRandomString()
100 "hostname": hostname,
119 hostname=hostname)
Djob_queue_test.py90 hostname=test_values["hostname"]))
113 hostname=response.jobs[0].hostname,
133 hostname=response.jobs[0].hostname,
Djob_queue.py48 model.JobModel.hostname == request.hostname,
94 model.JobModel.hostname == request.hostname,
109 request.hostname, request.manifest_branch,
124 job.hostname, job.test_name, job.timestamp))
/test/vti/test_serving/gae/script/
Dbuild.sh32 …ts/endpointscfg.py get_openapi_spec webapp.src.endpoint.build_info.BuildInfoApi --hostname $SERVICE
33 …ints/endpointscfg.py get_openapi_spec webapp.src.endpoint.host_info.HostInfoApi --hostname $SERVICE
34 …pointscfg.py get_openapi_spec webapp.src.endpoint.schedule_info.ScheduleInfoApi --hostname $SERVICE
35 …points/endpointscfg.py get_openapi_spec webapp.src.endpoint.lab_info.LabInfoApi --hostname $SERVICE
Ddeploy-endpoint.sh29 …hedule_info.ScheduleInfoApi webapp.src.endpoint.job_queue.JobQueueApi --hostname $SERVICE.appspot.…
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py176 hostname = ndb.StringProperty() variable in LabModel
194 hostname = messages.StringField(1, repeated=False) variable in LabHostInfoMessage
215 hostname = messages.StringField(4) variable in LabMessage
224 hostname = ndb.StringProperty() variable in DeviceModel
239 hostname = messages.StringField(5) variable in DeviceInfoMessage
246 hostname = messages.StringField(1) variable in HostInfoMessage
254 hostname = ndb.StringProperty() variable in JobModel
311 hostname = messages.StringField(1) variable in JobMessage
/test/vti/test_serving/gae/webapp/src/utils/
Demail_util.py115 model.LabModel.hostname == job.hostname)
133 job.hostname))
157 message += "hostname: {}\n\n".format(job.hostname)
Dmodel_util_test.py48 device = self.GenerateDeviceModel(hostname=lab.hostname)
/test/vti/test_serving/gae/frontend/src/app/model/
Ddevice.ts21 hostname: string = void 0; property in Device
Dhost.ts20 hostname: string = void 0; property in Host
Djob.ts19 hostname: string = void 0; property in Job
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_release.jsp51 search.addFilter('Host', 'hostname', {}, ${hostname});
Dshow_table.jsp50 search.addFilter('Host', 'hostname', {}, ${hostname});
Dshow_tree.jsp46 search.addFilter('Host', 'hostname', {}, ${hostname});
/test/vti/test_serving/proto/
DTestLabConfigMessage.proto32 optional bytes hostname = 1; field
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java409 String hostname = testRun.getHostName(); in processReport() local
428 + hostname; in processReport()
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py87 lab.hostname = host_name if host_name else self.GetRandomString()

12