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

<<21222324252627

  /external/autotest/server/cros/
telemetry_runner.py 411 raise error.TestFail('Telemetry test %s failed.' % test)
506 raise error.TestFail('Telemetry Benchmark: %s'
  /external/autotest/client/cros/graphics/
graphics_utils.py 265 raise error.TestFail('freon: press_key_X not implemented')
817 raise error.TestFail('freon: set_content_protection not implemented')
832 raise error.TestFail('freon: get_content_protection not implemented')
919 raise error.TestFail('Architecture "%s" not yet supported.' % arch)
    [all...]
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 177 raise error.TestFail('Could not parse scan time.')
237 raise error.TestFail('Could not find interface named %s' %
588 raise error.TestFail('Missing scan parse time')
  /external/autotest/server/
site_linux_system.py 442 raise error.TestFail('Unable to find phy for interface %s' %
448 raise error.TestFail('Unable to find phy for frequency %d' %
680 to_be_raised = error.TestFail
  /external/autotest/client/cros/cellular/
cell_tools.py 377 raise error.TestFail('No cellular service available.')
403 raise error.TestFail('AutoConnect is %s, but we want it to be %s' %
  /external/autotest/client/cros/
enterprise_policy_base.py 224 @raises error.TestFail if |policy_name| and |policy_value| are not
240 raise error.TestFail('Policy value shown is not correct: %s '
423 @raises: TestFail if matching elements are not found on the page.
429 raise error.TestFail('Unable to find matching elements on '
network.py 200 @raises: error.TestFail if the routes for the given host go through
213 raise error.TestFail('Target server %s uses interface %s'
touch_playback_test_base.py 171 raise error.TestFail('Both inputcontrol and the autotest '
cros_disks.py 155 error.TestFail: A test failure when there is a mismatch between the
163 raise error.TestFail(
168 raise error.TestFail(
285 error.TestFail: A test failure when there is a mismatch between the
339 error.TestFail: A test failure when there is a mismatch between the
  /external/autotest/server/cros/network/
netperf_runner.py 88 raise error.TestFail('Invalid netperf test type: %r.' % test_type)
391 raise error.TestFail('Invalid netperf test type: %r.' % test_type)
wpa_cli_proxy.py 85 raise error.TestFail('wpa_cli command failed: %s' % command)
  /external/autotest/client/cros/chameleon/
chameleon_port_finder.py 151 @param raise_error: True to raise TestFail if no connected video port.
155 @raises TestFail if raise_error is True and no connected video port.
211 raise error.TestFail('No connected video port found between CrOS '
230 @raises TestFail if no connected video port.
  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 115 raise error.TestFail(
  /external/autotest/client/site_tests/platform_FilePerms/
platform_FilePerms.py 369 raise error.TestFail('Found %d permission errors' % errors)
  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 294 raise error.TestFail(fail_summary_msg)
  /external/autotest/client/site_tests/security_HardlinkRestrictions/
security_HardlinkRestrictions.py 202 raise error.TestFail((", ".join(self._failures)))
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 248 raise error.TestFail("One or more processes failed sandboxing")
  /external/autotest/client/site_tests/video_YouTubeMseEme/
video_YouTubeMseEme.py 292 raise error.TestFail('No function named: test_' + subtest_name)
  /external/autotest/client/tests/kvm/tests/
enospc.py 163 raise error.TestFail("Guest didn't pause during loop")
physical_resources_check.py 178 raise error.TestFail("Physical resources check test "
steps.py 181 raise error.TestFail, message
  /external/autotest/server/site_tests/audio_AudioNodeSwitch/
audio_AudioNodeSwitch.py 60 @raises: TestFail if node volume is not as expected.
69 raise error.TestFail(
  /external/autotest/server/site_tests/firmware_Mosys/
firmware_Mosys.py 266 raise error.TestFail('%d commands failed, detail above. '
  /external/autotest/server/hosts/
cros_host.py     [all...]
  /external/autotest/client/bin/
site_utils.py 402 raise error.TestFail('Path not mounted: "%s"' % path)
    [all...]

Completed in 1003 milliseconds

<<21222324252627