947
edits
No edit summary |
(→talos: correct results_url path) |
||
| Line 342: | Line 342: | ||
Configure a talos profile. You can do this via adb or [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] - if you want to use adb make sure you have rooted your device such that "adb shell" goes directly into a root shell. If you want to use adb to communicate with the device remotely, do something like this: | Configure a talos profile. You can do this via adb or [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] - if you want to use adb make sure you have rooted your device such that "adb shell" goes directly into a root shell. If you want to use adb to communicate with the device remotely, do something like this: | ||
python remotePerfConfigurator.py -v -e org.mozilla.fennec --develop --activeTests tsvg --output tsvg.yml --results_url file://${HOME}/tsvg. | python remotePerfConfigurator.py -v -e org.mozilla.fennec --develop --activeTests tsvg --output tsvg.yml --results_url file://${HOME}/tsvg.txt --noChrome --remotePort -1 | ||
If you want to use [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] to communicate with the device, do something like this: | If you want to use [http://people.mozilla.com/~bmoss/SUTAgent/ SUTAgent] to communicate with the device, do something like this: | ||
edits