HomeSort by relevance Sort by last modified time
    Searched refs:TestFail (Results 426 - 450 of 674) sorted by null

<<11121314151617181920>>

  /external/autotest/server/
autoupdate_utils.py 45 raise error.TestFail('Please kill devserver before running test.')
site_host_route.py 29 raise error.TestFail('Cannot find route to host %s' % self.host)
site_linux_router.py 118 except error.TestFail:
307 raise error.TestFail('hostapd failed to initialize AP '
314 raise error.TestFail('hostapd process terminated.')
318 raise error.TestFail('Timed out while waiting for hostapd '
511 raise error.TestFail('No available server address index')
551 raise error.TestFail('Exhausted available local servers')
558 raise error.TestFail('Server address index %d already in used' %
616 raise error.TestFail('Could not find local server '
656 If no local servers are configured (e.g. for an RSPro), a TestFail will
690 raise error.TestFail('Invalid instance number (%d) with %d
    [all...]
  /external/autotest/server/cros/servo/
chrome_usbpd.py 52 except error.TestFail as e:
  /external/autotest/server/site_tests/apmanager_SimpleConnect/
apmanager_SimpleConnect.py 53 raise error.TestFail('Failed to disconnect from %s after AP was '
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 83 except error.TestFail, ex:
93 except error.TestFail, ex:
170 except error.TestFail, e:
295 raise error.TestFail('; '.join(set(self.errors)))
  /external/autotest/server/site_tests/brillo_Invariants/
brillo_Invariants.py 33 @raises error.TestFail
40 raise error.TestFail('Context "%s" for path "%s" does not '
  /external/autotest/server/site_tests/firmware_CompareInstalledToShellBall/
firmware_CompareInstalledToShellBall.py 53 raise error.TestFail(error_message)
  /external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
network_WiFi_FastReconnectInDarkResume.py 54 raise error.TestFail('Expected exactly one dark resume')
  /external/autotest/server/site_tests/network_WiFi_Powersave/
network_WiFi_Powersave.py 25 raise error.TestFail('Expected powersave mode to be %s but it '
  /external/autotest/client/common_lib/
error.py 225 class TestFail(TestBaseException):
236 class TestFailRetry(TestFail):
259 class UnhandledTestFail(TestFail):
262 if isinstance(unhandled_exception, TestFail):
263 TestFail.__init__(self, *unhandled_exception.args)
265 TestFail.__init__(self, unhandled_exception)
273 TestFail.__init__(self, msg)
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 92 exception=error.TestFail(
250 raise error.TestFail('Cannot find mobile service')
256 raise error.TestFail('Mobile state %s not in %s as expected'
301 raise error.TestFail('Failed to get modem_status after %s.'
305 raise error.TestFail('Could not find mobile service at the end '
343 raise error.TestFail('Cannot find mobile device.')
348 raise error.TestFail('Cannot find mobile service.')
  /external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py 121 raise error.TestFail('Invalid WEP key: %r' % key)
140 raise error.TestFail('Invalid authentication mode specified (%d).' %
144 raise error.TestFail('More than 4 WEP keys specified (%d).' %
225 raise error.TestFail('WPA passphrases can be no longer than 63 '
231 raise error.TestFail('Invalid PMK: %r' % psk)
237 raise error.TestFail('Cannot configure WPA unless we know which '
241 raise error.TestFail('Cannot configure WPA unless we know which '
245 raise error.TestFail('Cannot configure WPA2 unless we have some '
  /external/autotest/client/cros/
mainloop.py 57 raise error.TestFail('main loop timed out')
97 raise error.TestFail('Dbus call %s failed: %s' % (name, e))
  /external/autotest/client/site_tests/network_3GRebootStress/
network_3GRebootStress.py 41 error.TestFail('Modem failed to disappear'),
47 error.TestFail('Modem failed to reappear'),
  /external/autotest/client/site_tests/network_CDMAActivate/
network_CDMAActivate.py 175 exception=error.TestFail(
215 @raises error.TestFail, if no cellular service is found or the service
225 raise error.TestFail(
  /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py 42 raise error.TestFail(
54 raise error.TestFail(
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 92 raise error.TestFail('Saved IP address %s is not DHCP address %s' %
136 raise error.TestFail('Test server didn\'t get all the messages it '
146 raise error.TestFail('Ethernet service did not become connected.')
  /external/autotest/client/site_tests/peerd_DiscoverServices/
peerd_DiscoverServices.py 71 raise error.TestFail('Failed to get hostname/domain from avahi.')
146 raise error.TestFail('Peerd failed to publish suitable DBus '
  /external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
policy_ImagesAllowedForUrls.py 110 raise error.TestFail('Image should not be blocked.')
113 raise error.TestFail('Image should be blocked.')
  /external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
policy_ImagesBlockedForUrls.py 111 raise error.TestFail('Image should be blocked.')
114 raise error.TestFail('Image should not be blocked.')
  /external/autotest/client/site_tests/policy_ProxySettings/
policy_ProxySettings.py 173 raise error.TestFail('Requests should not have been sent '
177 raise error.TestFail('Requests should have been sent '
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 56 raise error.TestFail('Pid %s has fd for %s, disallowed type' %
211 raise error.TestFail("Unexpected open file descriptors.")
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 67 raise error.TestFail(
111 raise error.TestFail('Failed %s local peer connection test' %
  /external/autotest/client/tests/kvm/tests/
multi_disk.py 48 raise error.TestFail("Fail to list all the volumes!")
91 raise error.TestFail("Files on guest os root fs and disk "

Completed in 1493 milliseconds

<<11121314151617181920>>