HomeSort by relevance Sort by last modified time
    Searched refs:rand_ascii_str (Results 1 - 17 of 17) sorted by null

  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabSmsTest.py 47 from acts.utils import rand_ascii_str
175 rand_ascii_str(SINGLE_PART_LEN),
190 rand_ascii_str(SINGLE_PART_LEN),
205 rand_ascii_str(MULTI_PART_LEN),
220 rand_ascii_str(MULTI_PART_LEN),
235 rand_ascii_str(SINGLE_PART_LEN), "single part contains é", 10)
251 rand_ascii_str(SINGLE_PART_LEN), "single part contains é", 10)
268 rand_ascii_str(MULTI_PART_LEN),
286 rand_ascii_str(MULTI_PART_LEN),
304 rand_ascii_str(MULTI_PART_LEN)
    [all...]
TelLabDataTest.py 61 from acts.utils import rand_ascii_str
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
WifiBaseTest.py 64 ref_2g_ssid = '2g_%s' % utils.rand_ascii_str(ssid_length_2g)
65 ref_2g_passphrase = utils.rand_ascii_str(passphrase_length_2g)
67 ref_5g_ssid = '5g_%s' % utils.rand_ascii_str(ssid_length_5g)
68 ref_5g_passphrase = utils.rand_ascii_str(passphrase_length_5g)
111 open_2g_ssid = '2g_%s' % utils.rand_ascii_str(ssid_length_2g)
112 open_5g_ssid = '5g_%s' % utils.rand_ascii_str(ssid_length_5g)
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSmokeTest.py 51 from acts.utils import rand_ascii_str
93 [rand_ascii_str(50)])
114 self.log, ads[0], ads[1], [rand_ascii_str(51)])
163 [rand_ascii_str(50)])
183 self.log, ads[0], ads[1], [rand_ascii_str(51)])
233 [rand_ascii_str(50)])
253 self.log, ads[0], ads[1], [rand_ascii_str(51)])
310 [rand_ascii_str(50)]):
327 [rand_ascii_str(51)]):
TelLiveRebootStressTest.py 69 from acts.utils import rand_ascii_str
154 [rand_ascii_str(50)]):
174 [rand_ascii_str(50)]):
192 [rand_ascii_str(50)]):
TelLiveSinglePhoneStressTest.py 53 from acts.utils import rand_ascii_str
201 text = rand_ascii_str(length)
TelLiveStressCallTest.py 50 from acts.utils import rand_ascii_str
203 self.log, self.caller, self.callee, [rand_ascii_str(180)]):
TelLiveStressTest.py 49 from acts.utils import rand_ascii_str
133 text = rand_ascii_str(length)
TelLiveMobilityStressTest.py 59 from acts.utils import rand_ascii_str
117 text = rand_ascii_str(length)
TelLiveDataTest.py 99 from acts.utils import rand_ascii_str
    [all...]
TelLiveSmsTest.py 61 from acts.utils import rand_ascii_str
116 message_array = [rand_ascii_str(length)]
135 message_array = [("Test Message", rand_ascii_str(length), None)]
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiServiceApiTest.py 77 config_ssid = self.TEST_SSID_PREFIX + utils.rand_ascii_str(8)
78 config_password = utils.rand_ascii_str(8)
WifiSoftApTest.py 105 ap_ssid = "softap_" + utils.rand_ascii_str(8)
106 ap_password = utils.rand_ascii_str(8)
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_data_utils.py 19 from acts.utils import rand_ascii_str
121 ssid = rand_ascii_str(10)
123 password = rand_ascii_str(8)
  /test/vts/runners/host/
utils.py 272 def rand_ascii_str(length): function
  /tools/test/connectivity/acts/framework/acts/
utils.py 275 def rand_ascii_str(length): function
  /tools/test/connectivity/acts/tests/google/bt/pts/
gatts_lib.py 21 from acts.utils import rand_ascii_str

Completed in 357 milliseconds