HomeSort by relevance Sort by last modified time
    Searched refs:testfail (Results 1 - 5 of 5) sorted by null

  /external/vboot_reference/scripts/image_signing/
ensure_no_nonrelease_files.sh 19 # So, any time we find one, we set testfail=1 and continue.
20 # When finished we will use testfail to determine our exit value.
21 local testfail=0
47 testfail=1
58 testfail=1
61 exit $testfail
ensure_sane_lsb-release.sh 109 # So, any time we find one, we set testfail=1 and continue.
110 # When finished we will use testfail to determine our exit value.
111 local testfail=0
136 lsb_syntaxcheck "$lsb" || testfail=1
138 lsbequals $lsb CHROMEOS_AUSERVER "$expected_auserver" || testfail=1
139 lsbequals $lsb CHROMEOS_RELEASE_NAME "$expected_release_name" || testfail=1
141 "${expected_release_tracks[@]}" || testfail=1
159 lsbequals $lsb CHROMEOS_RELEASE_APPID "$expected_appid" || testfail=1
161 testfail=1
164 exit $testfail
    [all...]
ensure_secure_kernelparams.sh 63 # So, any time we find one, we set testfail=1 and continue.
64 # When finished we will use testfail to determine our exit value.
65 local testfail=0
136 testfail=1
140 testfail=0
148 testfail=0
153 if [ $testfail -eq 1 ]; then
163 testfail=1
179 testfail=1
201 testfail=
    [all...]
  /external/vboot_reference/scripts/keygeneration/
keyset_version_check.sh 55 local testfail=0
63 "firmware" "kernel key" || testfail=1
73 "firmware key" || testfail=1
75 "kernel subkey" || testfail=1
77 "kernel subkey" || testfail=1
79 "firmware key" || testfail=1
81 "kernel datakey" || testfail=1
83 "kernel subkey" || testfail=1
84 exit ${testfail}
  /external/autotest/client/site_tests/security_StatefulPermissions/
security_StatefulPermissions.py 241 testfail = False
245 testfail = True
271 testfail = True
277 testfail = True
281 if testfail:
282 raise error.TestFail("Unexpected files/perms in stateful")

Completed in 87 milliseconds