Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTInOutServiceTest.py434 error_msg = ""
441 error_msg = "Device is not ready for test. Service_state=%s." %(service_state)
443 self.my_error_msg += error_msg
453 error_msg = "Device does not become no service"
454 self.my_error_msg += error_msg
455 self.log.info(error_msg)
476 error_msg =""
482 error_msg = " data transfer fail. "
483 self.my_error_msg += error_msg
484 self.log.info(error_msg)
[all …]
/tools/acloud/public/
Dreport_test.py73 error_msg = "Reach quota limit."
75 test_report.UpdateFailure(error_msg, error_type)
77 self.assertEqual(test_report.errors, [error_msg])
Dacloud_main.py476 error_msg = "Invalid command %s" % args.which
477 sys.stderr.write(error_msg)
478 return constants.EXIT_BY_WRONG_CMD, error_msg
483 error_msg = "\n".join(reporter.errors)
488 (error_msg, help_msg))
489 return constants.EXIT_BY_FAIL_REPORT, error_msg
/tools/acloud/internal/lib/
Dandroid_build_client.py299 error_msg = "Please grant android build team's service account "
300 error_msg += "write access to bucket %s. Original error: %s"
301 error_msg %= (destination_bucket, str(e))
302 raise errors.HttpError(e.code, message=error_msg)
Dcvd_compute_client_multi_stage.py406 error_msg = ""
419 error_msg = ("Device %s did not finish on boot within timeout (%s secs)"
421 self._all_failures[instance] = error_msg
427 return {instance: error_msg} if error_msg else {}
Dutils.py1091 error_msg = "\n".join(report.errors)
1092 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.py109 def _SetFailures(self, instance, error_msg): argument
118 self._compute_client.all_failures[instance] = error_msg
/tools/acloud/setup/
Dgcp_setup_runner.py190 def __init__(self, service_name, error_msg, required=False): argument
199 self._error_msg = error_msg