Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # SUT Agent tests |
michael@0 | 2 | |
michael@0 | 3 | * In order to run these tests you need to have a phone running SUT Agent |
michael@0 | 4 | connected. |
michael@0 | 5 | |
michael@0 | 6 | * Make sure you can reach the device's TCP 20700 and 20701 ports. Doing |
michael@0 | 7 | *adb forward tcp:20700 tcp:20700 && adb forward tcp:20701 tcp:20701* will |
michael@0 | 8 | forward your localhost 20700 and 20701 ports to the ones on the device. |
michael@0 | 9 | |
michael@0 | 10 | * You might need some common tools like cp. Use the `setup-tools.sh` script |
michael@0 | 11 | to install them. It requires `$ADB` to point to the `adb` binary on the system. |
michael@0 | 12 | |
michael@0 | 13 | * Make sure the SUTAgent on the device is running. |
michael@0 | 14 | |
michael@0 | 15 | * Run: python runtests.py |