Home
last modified time | relevance | path

Searched refs:GetRandomString (Results 1 – 6 of 6) sorted by relevance

/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info_test.py43 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 …]
Dlab_info_test.py39 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 …]
Djob_queue_test.py43 "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 …]
Dbuild_info_test.py43 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 …]
Dhost_info_test.py41 hostname = self.GetRandomString()
42 serial = self.GetRandomString()
43 product = self.GetRandomString()
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py59 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 …]