google / mobly

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

Add check for Cuttlefish devices in `is_emulator` #860

Closed xianyuanjia closed 1 year ago

xianyuanjia commented 1 year ago

Add a check for the cutf_cvm hardware property in is_emulator, so that both regular Android emulator and Cuttlefish devices are covered.


This change is Reviewable