美文网首页
android vts

android vts

作者: 413x | 来源:发表于2018-10-09 10:12 被阅读0次

android vts

build and set vts environment

https://codelabs.developers.google.com/codelabs/android-vts/#1
https://stackoverflow.com/questions/50943182/vts-suite-doesnt-run-because-of-exception

just one key point, google use python3 in vts

sudo pip install virtualenv
sudo pip3 install virtualenv

run vts

list all modules

l m

test a bluetooth :) useless

run vts -m VtsHalBluetoothV1_0IfaceFuzzer
run vts -m VtsHalBroadcastradioV1_0Target
run vts -m VtsHalBluetoothV1_0TargetProfiling
run vts -m VtsHalBluetoothV1_0TargetReplay

nfc related

VtsHalNfcV1_0HostBinderize
VtsHalNfcV1_0HostPassthrough
VtsHalNfcV1_0HostProfiling
VtsHalNfcV1_0IfaceFuzzer
VtsHalNfcV1_0Target
VtsHalNfcV1_0TargetProfiling
VtsHalNfcV1_0TargetReplay
VtsHalNfcV1_1Adapter
VtsHalNfcV1_1Target
VtsHalNfcV1_1TargetProfiling

相关文章

网友评论

      本文标题:android vts

      本文链接:https://www.haomeiwen.com/subject/bnceaftx.html