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
网友评论