Lines Matching refs:log
20 log_file=$prefix.log
28 function log() { function
61 log "comparing $baseline_file and $log_file"
62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
70 log "reset keystore as system user"
78 log "root does not have permission to run test"
82 log "but system user does"
87 log "password is now bar"
93 log "no error implies initialized and unlocked"
97 log "saw with no argument"
101 log "saw nothing"
105 log "add key baz"
109 log "1000 is uid of system"
114 log "saw baz"
119 log "get baz"
124 log "root can read system user keys (as can wifi or vpn users)"
134 log "other uses cannot see the system keys"
138 log "app user cannot use reset, password, lock, unlock"
148 log "install app_0 key"
156 log "get with no argument"
172 log "note that saw returns the suffix of prefix matches"
180 log "lock the store as system"
186 log "saw works while locked"
192 log "...but cannot read keys..."
196 log "...but they can be deleted."
207 log "wrong password"
210 log "right password"
214 log "make the password foo"
221 log "reset wipes everything for all users"
233 log "start regression test for b/4599735"
253 log "after unlock, regression led to result of '8 Value corrupted'"
260 log "end regression test for b/4599735"
265 log $tag START
269 log $tag PASSED