I tried to run the network component unittests on real Android device according to these two documents: https://chromium.googlesource.com/chromium/src/+/master/docs/working_remotely_with_android.md and https://chromium.googlesource.com/chromium/src/+/master/docs/android_test_instructions.md, by first forwarding my local 5037 port to remote build server, and then run the test_runner.py on remote server. In this way, the device could be listed with "adb devices" command on remote server, but seems that this runner script would try to map device port 10201 to local machine, which is not properly forwarded to remote server, so this test is failed. It seems that there are some "Remote Device" parameters supported by task_runner.py, and I guess they may tweak the behavior of this script when working on remote device, but problem is, I could not find any document about them.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev