am e028d1ca: am a985684d: am a9f8ec99: Merge "Update CTS Tradefed README" into ics-mr0
* commit 'e028d1ca560dc7553c48d846b01abd69f9bd8dc0':
Update CTS Tradefed README
diff --git a/tools/tradefed-host/README b/tools/tradefed-host/README
index 602ddd5..bd29c23 100644
--- a/tools/tradefed-host/README
+++ b/tools/tradefed-host/README
@@ -1,12 +1,12 @@
CTS Trade Federation
---------------------
-CTS Trade Federation, cts-tradefed for short, is an early look of the next
+CTS Trade Federation, cts-tradefed for short, is the next
generation test harness for CTS.
cts-tradefed is built on top of the Android Trade Federation test harness.
-It works in a similar manner to the existing CTS harness, but supports some
+It works in a similar manner to the prior CTS harness, but supports some
advanced features such as:
- modular, flexible extensible design. cts-tradefed can be extended to
@@ -15,10 +15,6 @@
- automatically continue a CTS test run on another device if connection
is lost
-However, note the cts-tradefed is currently experimental, and should not
-be used to generate official CTS compatibility reports. Please see
-'Known issues' section for more details.
-
Configuring cts-tradefed
------------------------
@@ -45,29 +41,22 @@
2. Launch the cts-tradefed console by running the 'cts-tradefed' script at
android-cts/tools/cts-tradefed
3. Type:
-'run command --plan CTS cts' to run the default CTS plan
+'run cts --plan CTS' to run the default CTS plan
Some other useful commands are
To run a test package:
-'run command --package <packagename> cts'
+'run cts --package <packagename>'
To run a test class:
-'run command --class <full test class name> cts'
+'run cts --class <full test class name>'
To shard a plan test run on multiple devices
-'run command --plan CTS --shards <number of shards> cts
+'run cts --plan CTS --shards <number of shards>
note: all connected devices must be running the same build
For more options:
-'run command --help cts'
-
-Known issues and missing features
-----------------------------------
-- missing support for listing packages and plans (coming soon)
-- missing support for reporting incomplete tests
-- missing support for resuming previous test runs
-- logging to be improved
+'run cts --help'
CTS Tradefed Development
------------------------
@@ -77,8 +66,7 @@
The source for the CTS extensions for tradefed can be found at
<android source root>/cts/tools/tradefed-host
-The source for the tradefed framework itself can be found at
-<android source root>/tools/tradefederation
+The source for the tradefed framework can be found on the 'tradefed' branch.
Perform these steps to build and run cts-tradefed from the development
environment: