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

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
network_DhcpFailureWithStaticIP.py 41 raise error.TestFail('Expected address %r but got %r' %
46 raise error.TestFail('Expected name servers %r but got %r' %
57 raise error.TestFail('Failed to retrieve DHCP ipconfig object '
  /external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
platform_Pkcs11InitUnderErrors.py 32 raise error.TestFail('Token verification failed.')
36 raise error.TestFail('Token verification failed after erasing the '
43 raise error.TestFail('Token verification failed after corrupting '
  /external/autotest/server/site_tests/brillo_MemorySizeTest/
brillo_MemorySizeTest.py 27 @raise TestFail: The test failed.
37 raise error.TestFail('Failed to cat /proc/meminfo')
45 raise error.TestFail(
49 raise error.TestFail(
  /external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
network_WiFi_DisconnectClearsIP.py 31 raise error.TestFail('After connecting, we should have an IP.')
37 raise error.TestFail('Failed to disconnect from the network')
47 raise error.TestFail('After disconnecting, we should '
  /external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
platform_CompromisedStatefulPartition.py 39 raise error.TestFail('Unable to corrupt stateful partition')
46 raise error.TestFail('Did not get OOBE screen after '
54 raise error.TestFail('%s is missing after rebooting '
  /external/autotest/client/site_tests/hardware_VideoOutSemiAuto/
hardware_VideoOutSemiAuto.py 38 # otherwise raises TestFail
66 raise error.TestFail("%s not set with monitor_reconfigure" % output)
88 raise error.TestFail("xrandr not at %s" % self.XRANDR_PATH)
96 raise error.TestFail("Neither VGA nor HDMI ports detected")
100 raise error.TestFail("monitor_reconfigure not at %s" %
114 raise error.TestFail("""
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
kernel_CrosECSysfsAccel.py 41 raise error.TestFail('sysfs file problem: %s' % err)
61 raise error.TestFail('IOError %d while searching for accel'
69 raise error.TestFail('No sysfs interface to EC accels (cros-ec-accel)')
90 raise error.TestFail("Accel magnitude out of range.")
102 raise error.TestFail("Motion sensing is inactive")
  /external/autotest/client/site_tests/login_MultiUserPolicy/
login_MultiUserPolicy.py 67 raise error.TestFail('Failed to store user policy')
69 raise error.TestFail('Call to StorePolicyForUser failed', e)
75 raise error.TestFail('Storing policy should fail before the session '
93 raise error.TestFail('Failed to store user policy')
95 raise error.TestFail('Call to StorePolicyForUser failed', e)
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py 32 raise error.TestFail('Device was not found.')
40 raise error.TestFail('Shill gateway %s does '
55 raise error.TestFail('No default route found.')
57 raise error.TestFail('Routing table gateway %s does '
96 raise error.TestFail('Test server didn\'t get all the messages it '
  /external/autotest/client/tests/kvm/tests/
cpu_hotplug.py 45 raise error.TestFail("Monitor reports %s CPUs, when VM should have %s" %
60 raise error.TestFail("Unable to get CPU count after CPU addition")
63 raise error.TestFail("%s CPUs are showing up under "
74 raise error.TestFail("Could not find CPUs that can be "
85 raise error.TestFail("Unable to get online status from CPU %s" %
qmp_basic_rhel6.py 36 raise error.TestFail("qmp_dict is not a dict (it's '%s')" %
39 raise error.TestFail("'%s' key doesn't exist in dict ('%s')" %
51 If any of these checks fails, error.TestFail is raised.
55 raise error.TestFail("'%s' key is not of type '%s', it's '%s'" %
74 raise error.TestFail("'%s' key value '%s' should be '%s'" %
83 raise error.TestFail("'%s' key is not of type int, it's '%s'" %
90 raise error.TestFail("'%s' key value '%s' should be '%s'" %
103 raise error.TestFail("success response is not empty ('%s')" %
119 raise error.TestFail("got error class '%s' expected '%s'" %
123 raise error.TestFail("got data dict '%s' expected '%s'"
    [all...]
  /external/autotest/server/site_tests/brillo_WifiInterfaceTest/
brillo_WifiInterfaceTest.py 50 @raise TestFail: The test failed.
63 raise error.TestFail(
75 raise error.TestFail('Failed to run iw')
79 raise error.TestFail('%s connected to %s' % (err_iface, err_ssid))
87 raise error.TestFail('Failed to run ifconfig')
94 raise error.TestFail('%s IPv4 connected' % err_iface)
  /external/autotest/server/site_tests/firmware_ECCharging/
firmware_ECCharging.py 97 error.TestFail: Raised when check fails.
101 raise error.TestFail("Charger target voltage is too high.")
104 raise error.TestFail("Charger target current is too high.")
111 error.TestFail: Raised when check fails.
115 raise error.TestFail("Battery actual voltage is too high.")
118 raise error.TestFail("Battery actual current is too high.")
131 raise error.TestFail("This test must be run with AC power.")
  /external/autotest/server/site_tests/firmware_TPMExtend/
firmware_TPMExtend.py 39 error.TestFail('PCR1 was not extended with SHA256 digest of HWID!')
48 error.TestFail('PCR0 was not extended with bootmode 0|0|1!')
58 error.TestFail('PCR0 was not extended with bootmode 0|1|0!')
70 error.TestFail('PCR0 was not extended with bootmode 1|0|1!')
80 error.TestFail('PCR0 was not extended with bootmode 1|1|0!')
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 41 raise error.TestFail('%s does not exist!' % key_file)
47 raise error.TestFail('%s is not a regular file' % key_file)
49 raise error.TestFail('chronos can\' read %s, mode is %s' %
60 raise error.TestFail('chronos can\'t execute %s, mode is %s' %
99 raise error.TestFail('%s exists before storing user policy!' %
116 raise error.TestFail('Failed to store user policy')
118 raise error.TestFail('Failed to store user policy', e)
127 raise error.TestFail('%s exists after restarting ui!' %
  /external/autotest/client/site_tests/network_WiFiInvalidParameters/
network_WiFiInvalidParameters.py 59 raise error.TestFail('Got an unexpected exception from '
64 raise error.TestFail('Expected shill to stop us, but it let us '
112 raise error.TestFail('Got an unexpected exception from '
118 raise error.TestFail('Expected shill to stop us, but it let us '
130 raise error.TestFail('shill should let us use a WEP key '
157 raise error.TestFail('Got an unexpected exception from '
162 raise error.TestFail('Expected shill to stop us, but it '
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 79 raise error.TestFail('Expected one peer (the DUT) but %d found.' %
86 raise error.TestFail('Found wrong peer IP address on the DUT.')
89 raise error.TestFail('Found wrong p2p port exported on the DUT.')
94 raise error.TestFail('Found exported files on the DUT.')
99 raise error.TestFail('DUT already has p2p connections.')
117 raise error.TestFail('Expected exported file on the DUT.')
132 raise error.TestFail('Expected exported file on the DUT.')
  /external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py 63 raise error.TestFail('The swap enable file said 0, but'
71 raise error.TestFail('The %s swap enable file should have'
79 raise error.TestFail('Our swap of %d K is not within 10%'
126 raise error.TestFail('Oom detected after %d hogs created' %
162 raise error.TestFail('We did not get low memory notification!')
164 raise error.TestFail('We did not clear low memory notification!')
166 raise error.TestFail('We got low memory notification at hog %d, '
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py 31 raise error.TestFail('Could not retrieve devices from DUT')
46 raise error.TestFail(
73 raise error.TestFail('User indicated test failed')
81 raise error.TestFail('DUT could not be reset to initial state')
86 raise error.TestFail('Tester could not be initialized')
126 raise error.TestFail('Could not start discovery on DUT')
146 raise error.TestFail('DUT could not discover device')
  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py 31 raise error.TestFail('Could not retrieve devices from DUT')
46 raise error.TestFail(
73 raise error.TestFail('User indicated test failed')
81 raise error.TestFail('DUT could not be reset to initial state')
86 raise error.TestFail('Tester could not be initialized')
127 raise error.TestFail('Could not start discovery on DUT')
147 raise error.TestFail('DUT could not discover device')
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 81 raise error.TestFail('getNetworkInfo did not return with status '
111 exception=error.TestFail('No cell service.'),
125 raise error.TestFail('GUID not available for cellular network.')
147 exception=error.TestFail('Network not connected after suspend '
180 raise error.TestFail('Not enough networks available to check '
190 raise error.TestFail('Ethernet is not preferred.')
193 raise error.TestFail('Cellular is not available to determine '
198 raise error.TestFail('Ethernet and Cellular should both be '
213 @raises error.TestFail if Cellular state is not toggled.
223 raise error.TestFail('Cellular was not disabled.'
    [all...]
  /external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py 27 raise error.TestFail('%s:%s: "%s" != "%s"' % (frame[1], frame[2],
60 raise error.TestFail('Expected Manager.TestMethod to return %s '
82 raise error.TestFail('Expected firmwareVersion "%s", but got "%s"' %
92 raise error.TestFail('Missing base keys "%s"' % missing_base_keys)
111 raise error.TestFail('No code in pairing info (%r)' % pairing_info)
117 raise error.TestFail('Session IDs should change on each new '
  /external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py 36 TestFail: if error creating a new TpmController instance.
41 raise error.TestFail('Error creating a TpmController: %s', e)
51 TestFail: if error creating a new TtciController instance.
56 raise error.TestFail('Error creating a TtciController: %s' % e)
86 raise error.TestFail('TTCI_Set_Reset_Control() error: %s' %
95 raise error.TestFail('TTCI_Set_Reset_Control() error: %s' %
153 raise error.TestFail('Error: %r' % e)
160 raise error.TestFail('Error closing tspi context')
  /external/autotest/server/site_tests/firmware_PDPowerSwap/
firmware_PDPowerSwap.py 110 raise error.TestFail('Power Swap Req not rejected, returned %r' %
115 raise error.TestFail('PD not connected! pd_state = %r' %
148 raise error.TestFail("pd command not present on console!")
154 raise error.TestFail("DUT to Plankton PD connection not found")
168 raise error.TestFail('Plankton not set to source')
183 raise error.TestFail('Failed %r power swap attempts' %
  /external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
network_WiFi_ChannelScanDwellTime.py 67 raise error.TestFail('Failed to find SSID %d in pcap.' % ssid_num)
90 raise error.TestFail('DUT missed more than %d beacon frames' %
142 raise error.TestFail('Unable to trigger scan on client.')
144 raise error.TestFail('Failed to find any BSS')
158 raise error.TestFail('Failed to find any BSS for this test')
166 raise error.TestFail('Failed to find any beacons for this test')

Completed in 940 milliseconds

1 2 3 45 6 7 8 91011>>