google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
627 stars 175 forks source link

Can multiple devices execute concurrently? #811

Closed cabicai closed 1 year ago

cabicai commented 2 years ago

Only see sequential execution in tutorial.md, Can multiple devices execute concurrently? Are there any plans to increase if not?

xpconanfan commented 2 years ago

Sorry but you need to be more specific on what "execute concurrently" mean here.

There's nothing stopping you from conducting tasks in parallel on multiple devices in a Mobly test. You just need some simple using threading or concurrent.

xpconanfan commented 1 year ago

Closing due to no response