Searched refs:GetRandomString (Results 1 – 6 of 6) sorted by relevance
/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | schedule_info_test.py | 43 manifest_branch=self.GetRandomString(), 45 build_target=self.GetRandomString(), 49 test_name=self.GetRandomString(), 52 device=[self.GetRandomString()], 53 required_host_equipment=[self.GetRandomString()], 54 required_device_equipment=[self.GetRandomString()], 55 device_pab_account_id=self.GetRandomString(), 57 param=[self.GetRandomString()], 60 gsi_branch=self.GetRandomString(), 61 gsi_build_target=self.GetRandomString(), [all …]
|
D | lab_info_test.py | 39 device_serial = self.GetRandomString() 40 product = self.GetRandomString() 41 device_equipment = [self.GetRandomString()] 48 hostname = self.GetRandomString() 51 "ip": self.GetRandomString(), 52 "script": self.GetRandomString(), 54 "vtslab_version": self.GetRandomString(), 58 lab_name = self.GetRandomString() 62 owner=self.GetRandomString(), 63 admin=[self.GetRandomString()], [all …]
|
D | job_queue_test.py | 43 "hostname": self.GetRandomString(), 44 "priority": self.GetRandomString(), 45 "test_name": self.GetRandomString(), 49 "device": self.GetRandomString(), 52 "manifest_branch": self.GetRandomString(), 53 "build_target": self.GetRandomString(), 54 "build_id": self.GetRandomString(), 55 "pab_account_id": self.GetRandomString(), 61 "gsi_branch": self.GetRandomString(), 62 "gsi_build_target": self.GetRandomString(), [all …]
|
D | build_info_test.py | 43 manifest_branch=self.GetRandomString(), 44 build_id=self.GetRandomString(), 45 build_target=self.GetRandomString(), 46 build_type=self.GetRandomString(), 47 artifact_type=self.GetRandomString(), 58 manifest_branch = self.GetRandomString() 59 build_id = self.GetRandomString() 60 build_target = self.GetRandomString() 61 build_type = self.GetRandomString() 62 artifact_type = self.GetRandomString() [all …]
|
D | host_info_test.py | 41 hostname = self.GetRandomString() 42 serial = self.GetRandomString() 43 product = self.GetRandomString()
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 59 def GetRandomString(self, length=7): member in UnitTestBase 86 lab.name = lab_name if lab_name else self.GetRandomString() 87 lab.hostname = host_name if host_name else self.GetRandomString() 120 value = self.GetRandomString() 178 device_target = self.GetRandomString(4) 182 device_product = self.GetRandomString(7) 183 device_target = self.GetRandomString(4) 190 lab = self.GetRandomString() 201 self.GetRandomString()) 207 self.GetRandomString(), [all …]
|