Searched refs:error_msg (Results 1 – 17 of 17) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabGFTVoWifiStressTest.py | 76 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 …]
|
D | TelLabGFTInOutServiceTest.py | 328 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 …]
|
D | TelLabGFTVoWifiTest.py | 84 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 …]
|
D | TelLabGFTDSDSInOutServiceTest.py | 162 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/ |
D | acloud_main.py | 439 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
|
D | report_test.py | 73 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/ |
D | GFTInOutBaseTest.py | 271 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)
|
D | tel_subscription_utils.py | 178 error_msg = "%s due to %s" % ("Failed to get the subid", e) 179 ad.log.error(error_msg)
|
D | tel_test_utils.py | 2385 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/ |
D | cvd_compute_client_multi_stage.py | 404 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 {}
|
D | android_build_client.py | 307 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)
|
D | utils.py | 1192 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/ |
D | ip.py | 142 error_msg = 'RTNETLINK answers: Cannot assign requested address' 144 if error_msg in result.stderr:
|
/tools/acloud/public/actions/ |
D | gce_device_factory.py | 110 def _SetFailures(self, instance, error_msg): argument 119 self._all_failures[instance] = error_msg
|
D | remote_instance_cf_device_factory.py | 69 for failing_instance, error_msg in failures.items(): 70 self._SetFailures(failing_instance, error_msg)
|
/tools/acloud/create/ |
D | local_image_local_instance.py | 690 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/ |
D | gcp_setup_runner.py | 189 def __init__(self, service_name, error_msg, required=False): argument 198 self._error_msg = error_msg
|