android vts

2018-10-09  本文已影响0人  413x

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

上一篇 下一篇

猜你喜欢

热点阅读