OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
203
testfail
= False
207
testfail
= True
233
testfail
= True
239
testfail
= True
243
if
testfail
:
244
raise error.
TestFail
("Unexpected files/perms in stateful")
Completed in 791 milliseconds