HomeSort by relevance Sort by last modified time
    Searched refs:TestFail (Results 1 - 25 of 710) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
bluetooth_Sanity_ValidAddress.py 20 raise error.TestFail('DUT could not be reset to initial state')
28 raise error.TestFail(
37 raise error.TestFail('Adapter address is all zeros')
39 raise error.TestFail('Vendor portion of address is all zeros')
41 raise error.TestFail('Device portion of address is all zeros')
44 raise error.TestFail('Adapter address is all ones')
46 raise error.TestFail('Vendor portion of address is all ones')
48 raise error.TestFail('Device portion of address is all ones')
56 raise error.TestFail(
60 raise error.TestFail(
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeMount/
platform_CryptohomeMount.py 26 raise error.TestFail('Failed to create and mount the test user')
30 raise error.TestFail('Failed to unmount test user')
34 raise error.TestFail('Cryptohome mounted after unmount!')
39 raise error.TestFail('Cryptohome mounted with a bad password.')
42 raise error.TestFail('Cryptohome mounted even though mount() failed')
46 raise error.TestFail('Cryptohome could not clean up vault')
  /external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
bluetooth_Sanity_DefaultState.py 69 raise error.TestFail('DUT could not be reset to initial state')
85 raise error.TestFail('Bluetooth adapter is powered')
93 raise error.TestFail('Bluetooth adapter would be discoverable '
101 raise error.TestFail('Bluetooth daemon Powered property does not '
104 raise error.TestFail('Bluetooth daemon Discoverable property '
107 raise error.TestFail('Bluetooth daemon believes adapter is '
116 raise error.TestFail('HCI UP flag does not match kernel while '
126 raise error.TestFail('Bluetooth adapter is not powered')
128 raise error.TestFail('Bluetooth adapter is not pairable')
131 raise error.TestFail('Bluetooth adapter is discoverable'
    [all...]
  /external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
platform_Pkcs11InitOnLogin.py 20 raise error.TestFail('The PKCS #11 token is not available.')
25 raise error.TestFail('Initialized token failed checks!')
27 raise error.TestFail('Failed to inject a key.')
31 raise error.TestFail(
34 raise error.TestFail('The PKCS #11 key is no longer valid.')
  /external/autotest/client/site_tests/platform_CryptohomeMigrateKey/
platform_CryptohomeMigrateKey.py 18 raise error.TestFail('Could not create good user.')
20 raise error.TestFail('Could not unmount good user.')
22 raise error.TestFail('Could not migrate good user.')
24 raise error.TestFail('Old password still works.')
26 raise error.TestFail('Could not mount good user.')
28 raise error.TestFail('Could not unmount good user.')
36 raise error.TestFail('Could not create bad user.')
38 raise error.TestFail('Could not unmount bad user.')
40 raise error.TestFail('Migrated with bad password.')
48 raise error.TestFail('Migration nonexistent user.'
    [all...]
  /external/autotest/client/site_tests/hardware_TPMttci/
hardware_TPMttci.py 25 TestFail: if error creating a new TtciController instance.
30 raise error.TestFail('Error creating a TtciController: %s' % e)
36 TestFail: if error getting main power status.
40 raise error.TestFail('TTCI_Get_Main_Power_Status() error: %s' %
49 TestFail: if error getting backup power status.
53 raise error.TestFail('TTCI_Get_Backup_Power_Status() error: %s' %
62 TestFail: if error getting Physical Presence status.
66 raise error.TestFail('TTCI_Get_PP_Status() error: %s' %
75 TestFail: if error getting TPM I2C status.
79 raise error.TestFail('TTCI_Get_TPM_I2C_Status() error: %s'
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py 29 raise error.TestFail('Could not remove the test user.')
37 raise error.TestFail('Valid credentials should authenticate '
42 raise error.TestFail('Invalid credentials should not authenticate '
49 raise error.TestFail('Cryptohome did not unmount the user.')
53 raise error.TestFail('Valid credentials should authenticate '
58 raise error.TestFail('Invalid credentials should not authenticate '
69 raise error.TestFail('Could not destroy the vault.')
  /external/autotest/client/site_tests/platform_BootLockbox/
platform_BootLockbox.py 76 raise error.TestFail('Boot lockbox could not be signed.')
79 raise error.TestFail('Boot lockbox is already finalized.')
82 raise error.TestFail('Boot lockbox could not be verified.')
87 raise error.TestFail('Boot lockbox verified bad data.')
93 raise error.TestFail('Boot attributes already have data.')
96 raise error.TestFail('Boot attributes could not sign.')
99 raise error.TestFail('Boot attribute was not available.')
103 raise error.TestFail('Boot lockbox prematurely finalized.')
109 raise error.TestFail('Boot lockbox finalize status did not change '
113 raise error.TestFail('Boot attributes signed after finalization.'
    [all...]
  /external/autotest/client/tests/error_test_fail/
error_test_fail.py 9 raise error.TestFail("This test always fails.")
  /external/autotest/server/site_tests/dummy_FailServer/
dummy_FailServer.py 14 raise error.TestFail('Test always fails intentionally.'
  /external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
network_WiFi_CliqueConnectDisconnect.py 38 raise error.TestFail("Incorrect DUT pool configuration.")
41 raise error.TestFail("Incorrect AP pool configuration.")
44 raise error.TestFail("Incorrect connection worker configuration.")
61 raise error.TestFail("Failed test. Error Results: %s" %
  /external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
network_WiFi_CliqueLongConnect.py 38 raise error.TestFail("Incorrect DUT pool configuration.")
41 raise error.TestFail("Incorrect AP pool configuration.")
44 raise error.TestFail("Incorrect connection worker configuration.")
59 raise error.TestFail("Failed test. Error Results: %s" %
  /external/autotest/client/site_tests/platform_Nvram/
platform_Nvram.py 22 raise error.TestFail('%s does not exist.' % nvram_path)
24 raise error.TestFail('cannot read from %s.' % nvram_path)
  /external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/
bluetooth_Sanity_AdapterPresent.py 18 raise error.TestFail('DUT could not be reset to initial state')
23 raise error.TestFail('Adapter not present')
  /external/autotest/client/site_tests/platform_Pkcs11ChangeAuthData/
platform_Pkcs11ChangeAuthData.py 22 raise error.TestFail('Change authorization data failed (1).')
29 raise error.TestFail('Change authorization data failed (2).')
36 raise error.TestFail('Change authorization data failed (3).')
44 raise error.TestFail('Bad authorization data allowed (1).')
51 raise error.TestFail('Token not valid after recovery.')
57 raise error.TestFail('Bad authorization data allowed (2).')
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 29 raise error.TestFail('Missing board name %s in output' %
37 raise error.TestFail('Expected hwclass %s in output' % hwclass)
53 raise error.TestFail('Simple minidump send failed')
55 raise error.TestFail('Minidump send missing log')
60 raise error.TestFail('Image type "%s" should not exist' %
66 raise error.TestFail('Boot mode "%s" should not exist' %
122 raise error.TestFail('Simple kcrash send failed')
140 raise error.TestFail('Sender did not pause')
149 raise error.TestFail('Sender did not handle reports disabled')
158 raise error.TestFail('Crash uploader did not send on #%d' % i
    [all...]
  /external/autotest/client/site_tests/logging_KernelCrash/
logging_KernelCrash.py 22 raise error.TestFail(
54 raise error.TestFail('Could not find kernel crash announcement')
60 raise error.TestFail(
68 raise error.TestFail(
71 raise error.TestFail('Did not announce handling of kcrash ' \
75 raise error.TestFail('Should not have found kcrash filename')
77 raise error.TestFail('Did not announce ignoring of kcrash ' \
82 raise error.TestFail('Crash report %s gone' % kcrash_report)
86 raise error.TestFail('Crash report has unexpected contents')
95 raise error.TestFail('Crash report %s gone' % kcrash_report
    [all...]
  /external/autotest/client/site_tests/platform_CrosDisksDBus/
platform_CrosDisksDBus.py 51 raise error.TestFail("disk.%s not found" % prop_name)
56 raise error.TestFail(
62 raise error.TestFail(
70 raise error.TestFail(
75 raise error.TestFail(
80 raise error.TestFail(
85 raise error.TestFail(
93 raise error.TestFail("Unable to talk to the disk daemon")
100 raise error.TestFail(
110 raise error.TestFail(
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeChangePassword/
platform_CryptohomeChangePassword.py 37 raise error.TestFail('Cryptohome could not remove the test user.')
45 raise error.TestFail('Cryptohome could not create the test user.')
49 raise error.TestFail('Cryptohome created the user but did not mount.')
57 raise error.TestFail('Cryptohome did not unmount the user.')
73 raise error.TestFail('Cryptohome did not mount with the new'
82 raise error.TestFail('Cryptohome did not unmount the user.')
91 raise error.TestFail('Cryptohome mounted with the old password.')
  /external/autotest/client/site_tests/hardware_UsbMount/
hardware_UsbMount.py 47 raise error.TestFail('filesystem %s mount failed' % filter_dict)
68 raise error.TestFail('filesystem %s unmount failed ' %
76 raise error.TestFail('filesystem %s mount failed' %
81 raise error.TestFail('%s: file not present after remounting' %
85 raise error.TestFail('%s: file content changed after '
93 raise error.TestFail('filesystem %s mount failed ' % storage)
102 raise error.TestFail('filesystem %s not mounted after suspend' %
106 raise error.TestFail('%s: file not present anymore after '
110 raise error.TestFail('%s: file content changed after remounting' %
  /external/autotest/server/site_tests/platform_Vpd/
platform_Vpd.py 88 raise error.TestFail('Vpd file %s was not removed by '
96 raise error.TestFail('File %s should not be a symlink' % path)
100 raise error.TestFail('File %s should be present' % path)
103 raise error.TestFail('Wrong user (%s instead of %s) for %s' %
107 raise error.TestFail('Wrong group (%s instead of %s) for %s' %
111 raise error.TestFail('Wrong permissions (%s instead of %s)'
117 raise error.TestFail('%s should be a symlink' % path)
120 raise error.TestFail('Symlink %s does not exist' % path)
124 raise error.TestFail('Old vpd file %s installed' % path)
  /external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py 36 raise error.TestFail('Device was not found.')
50 raise error.TestFail('Could not create virtual ethernet pair.')
53 raise error.TestFail('EAP detection flag is already set.')
60 raise error.TestFail('hostapd process exited.')
64 raise error.TestFail('EAP detection flag is not set.')
  /external/autotest/client/site_tests/telemetry_LoginTest/
telemetry_LoginTest.py 18 raise error.TestFail('Failed to get LoginStatus')
21 raise error.TestFail('LoginStatus type mismatch %r'
28 raise error.TestFail('isRegularUser == isGuest')
43 raise error.TestFail('isRegularUser should be True')
45 raise error.TestFail('user email mismatch %s' % email)
  /external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
platform_CryptohomeSyncStressServer.py 17 raise error.TestFail('Missing power_addr argument.')
19 raise error.TestFail('Missing outlet argument.')
21 raise error.TestFail('Missing user parameter.')
23 raise error.TestFail('Missing pass parameter.')
35 raise error.TestFail('Client test failed')
  /external/autotest/server/site_tests/power_BrightnessResetAfterReboot/
power_BrightnessResetAfterReboot.py 33 raise error.TestFail('Default brightness level is out '
39 raise error.TestFail('Not able to change the brightness '
43 raise error.TestFail('Not able to change the brightness '
52 raise error.TestFail('Not able to reset default brightness\n'
70 raise error.TestFail(cmd)

Completed in 2035 milliseconds

1 2 3 4 5 6 7 8 91011>>