Home
last modified time | relevance | path

Searched refs:runCommand (Results 1 – 1 of 1) sorted by relevance

/test/vts/script/
Ddiagnose.py24 def runCommand(cmd, description): function
46 runCommand('pip --version', 'Pip version')
49 runCommand('virtualenv --version', 'Virtualenv version')
52runCommand('adb shell getprop ro.build.fingerprint', 'Target device info [ro.build.fingerprint]')
54 runCommand('adb shell lshal --init-vintf', 'Read HAL Info')
55 runCommand('adb shell cat /vendor/manifest.xml', 'Read vendor/manifest.xml')