Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Side by Side Diff: third_party/android_testrunner/README.chromium

Issue 10736049: Android: move functions added in third_party to android_commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only restart adb server if running on emulator Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: Android Test runner script 1 Name: Android Test runner script
2 URL: http://source.android.com 2 URL: http://source.android.com
3 Version: 3.1.4 3 Version: 3.1.4
4 License: Apache Version 2.0 4 License: Apache Version 2.0
5 Security Critical: no 5 Security Critical: no
6 6
7 Description: 7 Description:
8 This package is the scripts used to run the unit test for Android and from 8 This package is the scripts used to run the unit test for Android and from
9 Android Gingerbread. 9 Android Gingerbread.
10 10
11 Local Modifications: 11 Local Modifications:
12 1. Added functions to start/kill/restart the adb server. 12 There are no local modifications, all files were copied from
13 2. Added function of WaitForSystemBootCompleted to wait for the flag of 13 <android_gingerbread_tree>/development/testrunner/
14 sys.boot_completed to be set.
15 14
16 Here is the detail steps 15 Here is the detail steps
17 1. Checkout Android source code 16 1. Checkout Android source code
18 17
19 $ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread 18 $ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
20 $ repo sync 19 $ repo sync
21 $ cd development 20 $ cd development
22 $ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb 21 $ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb
23 22
24 2. Copy the related files from 23 2. Copy the related files from
25 <android_gingerbread_tree>/development/testrunner/ 24 <android_gingerbread_tree>/development/testrunner/
26 25
27 More information can be found in 26 More information can be found in
28 http://source.android.com/source/downloading.html 27 http://source.android.com/source/downloading.html
OLDNEW
« no previous file with comments | « build/android/pylib/single_test_runner.py ('k') | third_party/android_testrunner/adb_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698