Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 17 of 17) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTVoWifiStressTest.py76 error_msg = "fail to setup volte"
77 self.log.error(error_msg)
83 error_msg = "device does not support WFC!"
84 self.log.error(error_msg)
125 error_msg = "fail to setup WFC mode to %s" %(wfc_mode)
126 self.log.error(error_msg)
159 error_msg = ""
167 error_msg = "fail to setup WFC mode to %s" %(wfc_mode)
170 self.log.error(error_msg)
199 error_msg = "Fail: IMS is not registered"
[all …]
DTelLabGFTInOutServiceTest.py328 error_msg = ""
339 error_msg = "Device is not ready for test. Service_state=%s." %(service_state)
341 self.my_error_msg += error_msg
349 error_msg = "Device does not become no service"
350 self.my_error_msg += error_msg
351 self.log.info(error_msg)
370 error_msg =""
376 error_msg = " data transfer fail. "
377 self.my_error_msg += error_msg
378 self.log.info(error_msg)
[all …]
DTelLabGFTVoWifiTest.py84 error_msg = "fail to setup volte"
85 self.log.error(error_msg)
86 asserts.assert_true(False, "Fail: %s." %(error_msg),
88 asserts.skip(error_msg)
94 error_msg = "device does not support WFC! Skip test"
95 asserts.skip(error_msg)
198 error_msg = "%s failure" %(call_type)
199 self.log.error(error_msg)
200 self.my_error_msg += error_msg
247 error_msg = ""
[all …]
DTelLabGFTDSDSInOutServiceTest.py162 error_msg = ""
167 error_msg = "fail to perfrom data transfer/voice call"
168 self.my_error_msg += error_msg
184 error_msg = ""
187 error_msg = "MO voice call fail"
188 self.my_error_msg += error_msg
189 self.log.error(error_msg)
239 error_msg = " data transfer fail. "
240 self.my_error_msg += error_msg
241 self.log.error(error_msg)
/tools/acloud/public/
Dacloud_main.py439 error_msg = "Invalid command %s" % args.which
440 sys.stderr.write(error_msg)
441 return constants.EXIT_BY_WRONG_CMD, error_msg
446 error_msg = "\n".join(reporter.errors)
451 (error_msg, help_msg))
452 return constants.EXIT_BY_FAIL_REPORT, error_msg
Dreport_test.py73 error_msg = "Reach quota limit."
75 test_report.UpdateFailure(error_msg, error_type)
77 self.assertEqual(test_report.errors, [error_msg])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DGFTInOutBaseTest.py271 def _on_failure(self, error_msg="", assert_on_fail=True, test_result=False): argument
280 %(error_msg),extras={"failure_cause": error_msg})
282 log_screen_shot(ad, error_msg)
283 self.log.info(error_msg)
Dtel_subscription_utils.py178 error_msg = "%s due to %s" % ("Failed to get the subid", e)
179 ad.log.error(error_msg)
Dtel_test_utils.py2385 error_msg = "Failed to set sub_id %s PreferredNetworkType to %s" % (
2392 error_msg = "%s due to DEVICE_IN_USE" % error_msg
2394 error_msg = "%s due to %s" % (error_msg, log_message)
2395 ad.log.error(error_msg)
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py404 error_msg = ""
420 error_msg = ("Device %s did not finish on boot within timeout (%s secs)"
423 error_msg = (
427 error_msg = (
433 return {instance: error_msg} if error_msg else {}
Dandroid_build_client.py307 error_msg = "Please grant android build team's service account "
308 error_msg += "write access to bucket %s. Original error: %s"
309 error_msg %= (destination_bucket, str(e))
310 raise errors.HttpError(e.code, message=error_msg)
Dutils.py1192 error_msg = "\n".join(report.errors)
1193 PrintColorString("Fail in:\n%s\n" % error_msg, TextColors.FAIL)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dip.py142 error_msg = 'RTNETLINK answers: Cannot assign requested address'
144 if error_msg in result.stderr:
/tools/acloud/public/actions/
Dgce_device_factory.py110 def _SetFailures(self, instance, error_msg): argument
119 self._all_failures[instance] = error_msg
Dremote_instance_cf_device_factory.py69 for failing_instance, error_msg in failures.items():
70 self._SetFailures(failing_instance, error_msg)
/tools/acloud/create/
Dlocal_image_local_instance.py690 error_msg = "launch_cvd returned %d." % proc.returncode
694 error_msg = "Device did not boot within %d secs." % timeout
703 "%s Stderr:\n%s" % (error_msg, "\n".join(split_stderr)))
/tools/acloud/setup/
Dgcp_setup_runner.py189 def __init__(self, service_name, error_msg, required=False): argument
198 self._error_msg = error_msg