OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verify_cmd
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/kvm/tests/
physical_resources_check.py
75
def verify_device(expect, name,
verify_cmd
):
77
if
verify_cmd
:
78
actual = session.cmd_output(
verify_cmd
)
/external/autotest/client/cros/
pkcs11.py
121
verify_cmd
= ('cryptohome --action=pkcs11_token_status')
122
__run_cmd(
verify_cmd
)
Completed in 251 milliseconds