现在,我正在尝试使用Python自动运行cts。
我可以在单个设备上使用它,但不能在多个设备上运行。使用相同的python代码。
this is the function to execute CTS testing and catching the output
CTS无法使用--shard 2 开始测试 [' android-cts / tools / cts-tradefed',' run',' cts',' - plan', ' CTS-hardware' - 分片',' 2']
CTS可以在没有--shard 2
的情况下开始测试[' android-cts / tools / cts-tradefed',' run',' cts',' - plan&# 39;,' CTS-hardware']
它也可以开始用终端进行测试。
android-cts / tools / cts-tradefed运行cts --plan CTS-hardware --shards 2
我的问题是如何使用python启动分片CTS测试以自动测试CTS?