Confirmed users
192
edits
Shawn huang (talk | contribs) |
|||
Line 81: | Line 81: | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=919262 Sep, 2013] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=919262 Sep, 2013] | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=905079 Aug, 2013] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=905079 Aug, 2013] | ||
== Bluetooth Marionette Tests == | |||
*Run BT tests on ICS emulator | |||
cd ${B2G_DIR}/gecko/ | |||
python testing/marionette/client/marionette/runtests.py --emulator arm --homedir ../ --type=b2g dom/bluetooth/tests/marionette/manifest.ini | |||
*Run BT tests on device | |||
cd ${B2G_DIR}/gecko/ | |||
adb forward tcp:2828 tcp:2828 | |||
python testing/marionette/client/marionette/runtests.py --address=localhost:2828 --type=b2g dom/bluetooth/tests/marionette/manifest.ini | |||
== FAQ == | == FAQ == |