gecko-dev/testing/mozbase/mozdevice/sut_tests
Jeff Hammel 7a40628ff5 Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
..
test-files Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
README.md Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
dmunit.py
genfiles.py
runtests.py
setup-tools.sh Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
test_cat2.py
test_datachannel.py
test_exec.py Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
test_exec_env.py Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
test_getdir.py
test_info.py
test_isdir.py
test_prompt.py
test_ps.py
test_pull.py
test_push1.py
test_push2.py
test_pushbinary.py
test_pushsmalltext.py

README.md

SUT Agent tests

  • In order to run these tests you need to have a phone running SUT Agent connected.

  • Make sure you can reach the device's TCP 20700 and 20701 ports. Doing adb forward tcp:20700 tcp:20700 && adb forward tcp:20701 tcp:20701 will forward your localhost 20700 and 20701 ports to the ones on the device.

  • You might need some common tools like cp. Use the setup-tools.sh script to install them. It requires $ADB to point to the adb binary on the system.

  • Make sure the SUTAgent on the device is running.

  • Run: python runtests.py