Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 187) sorted by relevance

12345678

/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentBleAdvertisingTest.py421 except Empty as error:
422 self.log.error("Test failed with Empty error: {}".format(error))
424 except concurrent.futures._base.TimeoutError as error:
427 .format(error))
434 except Empty as error:
435 self.log.debug("Test passed with Empty error: {}".format(error))
436 except concurrent.futures._base.TimeoutError as error:
439 .format(error))
478 except Empty as error:
479 self.log.error("Test failed with Empty error: {}".format(error))
[all …]
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveDataTest.py243 self.log.error("Failed to setup VoLTE")
416 self.log.error("Device failed to reselect in {}s.".format(
434 self.log.error("Data not available on cell")
452 self.log.error(
494 self.log.error("Failed to hang up call")
501 self.log.error(str(e))
739 self.provider.log.error("Provider failed to connect to %s.",
767 self.provider.log.error(
774 self.log.error("Internet connection check failed before tethering")
789 client.log.error("Client failed to pair with provider")
[all …]
DTelLiveSettingsTest.py108 self.log.error("Failed to connect WiFi")
112 self.log.error("Failed to set WFC mode.")
115 self.log.error("WFC is not available.")
121 self.ad.log.error("Failed to turn off WiFi.")
125 self.ad.log.error("Failed to reset WiFi")
129 self.ad.log.error("Failed to turn off WFC.")
136 self.log.error(
147 self.log.error("Data Rat is still iwlan.")
154 self.log.error("Device failed to acquire VoLTE service")
169 self.log.error("Failed to connect WiFi")
[all …]
DTelLiveVideoTest.py105 self.log.error("Phone Failed to Set Up Properly.")
116 self.log.error("Failed to setup+teardown a call")
141 self.log.error("Phone Failed to Set Up Properly.")
153 self.log.error("Failed to setup+teardown long call")
176 self.log.error("Phone Failed to Set Up Properly.")
187 self.log.error("Failed to setup+teardown a call")
212 self.log.error("Phone Failed to Set Up Properly.")
223 self.log.error("Failed to setup a call")
233 self.log.error("Failed to disable video on PhoneA.")
258 self.log.error("Phone Failed to Set Up Properly.")
[all …]
DTelLiveRebootStressTest.py133 self.log.error("%s failed", name)
138 self.log.error("%s failed", failed_tests)
143 self.dut.log.error("Subscription check failed")
152 self.log.error("VoLTE provisioning check fails.")
167 self.log.error("Phone call test failed.")
174 self.log.error("SMS test failed")
182 self.log.error("MMS test failed")
188 self.log.error("Data connection is not available.")
202 self.log.error("Failed to setup LTE data.")
205 self.log.error("Data not available on cell.")
[all …]
DTelWifiDataTest.py93 ad.log.error("connect WiFi failed")
157 ad.log.error("Data not on WiFi")
167 ad.log.error("Data not on Cell")
197 self.log.error("Basic Connectivity Check Failed")
211 ad.log.error("Data IRAT failed in active ICMP transfer")
216 ad.log.error("ICMP transfer failed with parallel IRAT")
253 self.log.error("Basic Connectivity Check Failed")
265 ad.log.error("Data not on WiFi")
272 ad.log.error("HTTP file download failed on WiFi")
279 ad.log.error("Data not on Cell")
[all …]
DTelLiveStressCallTest.py88 ad.log.error("Phone Wifi connection fails.")
92 ad.log.error("Phone failed to enable Wifi-Calling.")
96 ad.log.error("Phone is not in WFC enabled state.")
110 ad.log.error("Phone Wifi connection fails.")
114 ad.log.error("Phone failed to enable Wifi-Calling.")
118 ad.log.error("Phone is not in WFC enabled state.")
128 self.log.error("Phone Failed to Set Up Properly.")
135 ad.log.error("Phone failed to enable VoLTE.")
143 ad.log.error("Phone failed to setup CSFB.")
151 ad.log.error("Phone failed to setup 3g.")
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_carkit_lib.py87 self.log.error("Failed to reconnect to HSP service...")
95 self.log.error("Failed to initiate call")
98 self.log.error("Failed to answer call.")
102 self.log.error("Failed to initiate call")
105 self.log.error("Failed to answer call.")
114 self.log.error(err)
190 self.log.error(
202 self.log.error("Failed to disconnect A2DP service...")
207 self.log.error(
211 self.log.error("Failed to disconnect from A2DP service")
[all …]
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpConnectionTest.py85 self.ag.log.error("Failed to initiate call from ag.")
88 self.re.log.error("Failed to accept call on re.")
93 self.ag.log.error("AG not in Active state.")
96 self.re.log.error("RE not in Active state.")
103 self.log.error("Could not connect HF and AG {} {}".format(
109 self.hf.log.error("HF not in Active state.")
148 self.log.error("Could not connect HF and AG {} {}".format(
154 self.ag.log.error("Failed to initiate call from ag.")
159 self.hf.log.error("HF not in ringing state.")
164 self.re.log.error("Failed to accept call on re.")
[all …]
DBtCarPairingTest.py67 self.log.error("cannot pair")
77 self.log.error("hfp {} priority {} expected {}".format(
85 self.log.error("a2dp {} priority {} expected {}".format(
93 self.log.error("pbap {} priority {} expected {}".format(
122 self.log.error("Failed to pair devices.")
143 self.log.error("Faild to pair devices.")
153 self.hf.log.error("HFP priority found: {}, expected: {}.".format(
160 self.ph.log.error("A2DP priority found: {}, expected {}.".format(
DBtCarHfpConferenceTest.py90 self.log.error("Failed to initiate call from re.")
99 self.log.error("Failed to dial incoming number from")
108 self.hf.log.error("Call State in ringing failed {}".format(call_1))
113 self.hf.log.error("Accepting call failed {}".format(
119 self.re2.log.error("Failed to initiate call from re.")
127 self.log.error("AG and HF not in ringing state.")
152 self.hf.log.error("Did not get the conference setup correctly")
157 self.hf.log.error("Could not hangup conference call {}!".format(
DBtCarMediaPassthroughTest.py63 self.log.error(
74 self.log.error("Unable to load user config " + self.
83 self.log.error("Failed to pair")
136 self.SRC.log.error("Failed to connect on A2dp")
239 self.SNK.log.error('No A2dp Connection')
321 self.TG.log.error("Media not playing in connected Phone")
327 self.CT.log.error("Media not playing in connected Car")
336 self.SRC.log.error("Failed to disconnect on A2dp")
342 self.TG.log.error(
349 self.CT.log.error(
[all …]
/tools/repohooks/tools/
Dcpplint.py578 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
606 error(filename, linenum, 'readability/nolint', 5,
1054 def Check(self, error, filename, linenum): argument
1076 error(filename, linenum, 'readability/fn_size', error_level,
1387 def RemoveMultiLineComments(filename, lines, error): argument
1396 error(filename, lineix_begin + 1, 'readability/multiline_comment', 5,
1751 def CheckForCopyright(filename, lines, error): argument
1759 error(filename, 0, 'legal/copyright', 5,
1880 def CheckForHeaderGuard(filename, clean_lines, error): argument
1926 error(filename, 0, 'build/header_guard', 5,
[all …]
/tools/test/connectivity/tools/
Dkeyword_check.py54 logging.error('Your commit message contains at least one keyword.')
55 logging.error('Keyword(s) found in the following line(s):')
56 logging.error(result.stdout)
57 logging.error('Please fix/remove these before committing.')
82 logging.error('Your commit has a file name that contain at least '
84 logging.error('Please update or remove this before committing.')
104 logging.error('Your commit has code changes that contain at least '
107 logging.error(result.stdout)
108 logging.error('Please update or remove these before committing.')
114 logging.error('Missing commit id in environment.')
[all …]
Dyapf_checker.py32 logging.error('Missing commit id in environment.')
36 logging.error('Missing repo path in environment.')
53 logging.error(result.stdout)
54 logging.error('INVALID FORMATTING.')
55 logging.error('Please run:\n'
/tools/test/connectivity/acts/framework/acts/libs/proto/
Dproto_utils.py32 logging.error(
36 logging.error(" prebuilts/tools/linux-x86_64/protoc/bin/protoc")
37 logging.error("If prebuilts are not available, use apt-get:")
38 logging.error(" sudo apt-get install protobuf-compiler")
42 logging.error('Can\'t find required file: %s\n' % proto_path)
48 logging.error("Output path is not a valid directory: %s" %
61 logging.error("Fail to compile proto")
83 logging.error("Cannot import generated py-proto %s" %
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py124 caller.log.error("Caller Failed to Reselect")
127 callee.log.error("Callee Failed to Reselect")
136 log.error("make a call and leave a message failed.")
186 phone_a.log.error("Phone A Failed to Reselect")
189 phone_b.log.error("Phone B Failed to Reselect")
200 log.error("Call Iteration Failed")
261 phone_a.log.error("Phone A Failed to Reselect")
264 phone_b.log.error("Phone B Failed to Reselect")
275 log.error("Call Iteration Failed")
344 ad.log.error("WFC is not enabled on this device by checking "
[all …]
Dtel_video_utils.py116 log.error("{} WFC mode failed to be set to {}.".format(
123 log.error("{} voice not in LTE mode.".format(ad.serial))
156 log.error("{} voice not in LTE mode.".format(ad.serial))
160 log.error(
204 log.error("{} not in call.".format(ad.serial))
225 log.error("Phone not in video call. Call list: {}".format(call_list))
249 log.error("{} not in call.".format(ad.serial))
253 ad.log.error("Data rat on: %s. Expected: iwlan", nw_type)
256 ad.log.error("WiFi Calling feature bit is False.")
277 ad.log.error("Phone not in video call. Call list: %s", call_list)
[all …]
/tools/repohooks/rh/
Dresults.py32 def __init__(self, hook, project, commit, error, files=(), fixup_func=None): argument
50 self.error = error
55 return bool(self.error)
71 result.error if result.error else result.output,
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Dsl4a_session_test.py19 from socket import error as socket_error
83 error = OSError()
84 error.errno = errno.EADDRINUSE
87 socket_instance.bind.side_effect = error
106 error = timeout()
111 socket_instance.connect.side_effect = error
126 error = socket_error()
127 error.errno = errno.EADDRNOTAVAIL
132 socket_instance.connect.side_effect = error
152 error = socket_error()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmmaXmlReporterParserTest.java115 String error = String.format("Failed to get key '%s' from parsed map", expectedKey); in assertMapHasValue() local
116 Assert.assertTrue(error, map.containsKey(expectedKey)); in assertMapHasValue()
118 error = String.format("Parsed value for '%s' does not match. expected: '%s'; actual: '%s'", in assertMapHasValue()
120 Assert.assertTrue(error, expectedValue.equals(actualValue)); in assertMapHasValue()
133 String error = String.format("Failed to get key '%s' from parsed map", expectedKey); in assertMapHasValueArray() local
134 Assert.assertTrue(error, map.containsKey(expectedKey)); in assertMapHasValueArray()
136 error = String.format("Parsed value for '%s' does not match. expected: '%s'; actual: '%s'", in assertMapHasValueArray()
138 Assert.assertTrue(error, Arrays.equals(expectedValue, actualValue)); in assertMapHasValueArray()
/tools/test/connectivity/acts/tests/google/bt/
DBtAirplaneModeTest.py70 self.log.error("Failed to set Bluetooth state to enabled")
73 self.log.error("Failed to toggle airplane mode on")
103 self.log.error("Failed to set Bluetooth state to enabled")
106 self.log.error("Failed to toggle airplane mode on")
142 self.log.error("Failed to set Bluetooth state to enabled")
145 self.log.error("Failed to toggle airplane mode on")
148 self.log.error("Failed to toggle airplane mode off")
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DBleStressTest.py178 except Empty as error:
181 str(error)]))
183 except concurrent.futures._base.TimeoutError as error:
186 str(error)
231 except Empty as error:
234 str(error)]))
236 except concurrent.futures._base.TimeoutError as error:
239 str(error)
252 except Empty as error:
255 str(error)]))
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py87 logging.error("failed to get A2DP state")
113 logging.error(err)
138 logging.error("Could not parse dumpsys logs")
225 logging.error("Did not get {} profiles left {}".format(
308 pri_ad.log.error(
322 pri_ad.log.error("Did not disconnect from Profiles")
363 logging.error("Outgoing call did not get established")
367 logging.error("Failed to answer call in second device.")
370 logging.error("AG not in Active state.")
373 logging.error("RE not in Active state.")
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java115 String[] error = new String[1]; in testRun_testFailed() local
116 error[0] = null; in testRun_testFailed()
121 error[0] = trace; in testRun_testFailed()
124 assertNotNull("testFailed was not called", error[0]); in testRun_testFailed()
125 assertTrue(error[0].contains("junit.framework.AssertionFailedError: test failed")); in testRun_testFailed()
180 String[] error = new String[1]; in testRun_testTimeout() local
181 error[0] = null; in testRun_testTimeout()
186 error[0] = trace; in testRun_testTimeout()
193 error[0]); in testRun_testTimeout()
232 String[] error = new String[1]; in testRun_deviceReboot() local
[all …]

12345678