testing/mozbase/mozdevice/sut_tests/README.md

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/mozbase/mozdevice/sut_tests/README.md	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +# SUT Agent tests
     1.5 +
     1.6 +* In order to run these tests you need to have a phone running SUT Agent
     1.7 +connected.
     1.8 +
     1.9 +* Make sure you can reach the device's TCP 20700 and 20701 ports. Doing
    1.10 +*adb forward tcp:20700 tcp:20700 && adb forward tcp:20701 tcp:20701* will
    1.11 +forward your localhost 20700 and 20701 ports to the ones on the device.
    1.12 +
    1.13 +* You might need some common tools like cp. Use the `setup-tools.sh` script
    1.14 +to install them. It requires `$ADB` to point to the `adb` binary on the system.
    1.15 +
    1.16 +* Make sure the SUTAgent on the device is running.
    1.17 +
    1.18 +* Run: python runtests.py

mercurial