GMS test commonly used commands CTS & GTS & VTS

This document describes the commonly used commands about cts, gts, sts, vts, cts-on-gsi other tests based Android9.
[Attachment] Google official website order page.
Common General Command parameters:
listed historical test results: lr
specified device: -s
specifies the number of devices: - shard-count

specified module: -m
specify testcase: -t

specifies the retry session: - retry
exclude certain modules: - exclude-filter
comprising certain modules: - the include-filter

the CTS test command exemplary
overall test: run cts
specified testcase test: run cts -m *** *** -s -t
2 sets box retry: run retry --retry
COUNT 2 -s ***---shard -s
GTS sample test command:
see example CTS test command, just replace the CTS GTS
STS sample test command:
userdebug overall test: RUN STS-engbuild
CTS-ON-GSI sample test command:
overall test: CTS RUN-ON-GSI -s

retry: CTS RUN-ON-GSI-retry --retry *** -s
VTS sample test command:
overall test: run vts -s

retry : run vts --retry *** -s ***

Guess you like

Origin www.cnblogs.com/houser0323/p/10962969.html