google / mobly

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

Adding ability to run adb reverse in mobly, fixes #900 #901

Closed ssachinsunder closed 8 months ago

ssachinsunder commented 8 months ago

Adding AdbProxy.reverse() method to run adb reverse via Mobly framework.


This change is Reviewable

ssachinsunder commented 8 months ago

Updated the test_reverse() andtest_forward() with assert statements.

xpconanfan commented 8 months ago

Please rebase and resolve the conflict so we can merge

ssachinsunder commented 8 months ago

Sorry closed this accidentally by discarding commits via GitHub UI (didn't expect that to happen). Created a new pull request - https://github.com/google/mobly/pull/903