Home | History | Annotate | Download | only in cts

Lines Matching full:code

45     <code>$ ./android-cts/tools/cts-tradefed</code>
47 appending: <code>run cts --plan CTS</code> (or just <code>run cts</code> for v2).
49 Enter <code>list plans</code> to see a list of test plans in the repository.
50 Enter <code>list packages</code> to see a list of test packages in the repository.
54 using: <code>cts-tradefed run cts --plan
56 </code>
75 <p>These can be executed with the <code>run cts</code> command.</p>
88 <td><code>help</code></td>
92 <td><code>help all</code></td>
96 <td><code>exit</code></td>
104 <td><code>run cts</code></td>
106 <code>--plan</code>, <code>--package</code>, <code>--class</code> or
107 <code>--continue-session</code> needs to be specified
113 <td><code>--plan &lt;test_plan_name&gt;</code></td>
117 <td><code>-- package/-p &lt;test_package_name&gt;  [--package/-p &lt;test_package2&gt;...]</code></td>
121 <td><code>--class/-c &lt;class_name&gt; [--method/-m &lt;test_method_name&gt;</code></td>
125 <td><code>--continue-session</code></td>
129 <td><code>--shards &lt;number_of_shards&gt;</code></td>
133 <td><code>--serial/-s &lt;deviceID&gt;</code></td>
137 <td><code>-t &lt;class_name&gt;#&lt;test_method_name&gt;</code></td>
141 <td><code>--force-abi 32|64</code></td>
149 <td><code>list packages</code></td>
153 <td><code>list plans</code></td>
157 <td><code>list invocations</code></td>
161 <td><code>list commands</code></td>
165 <td><code>list results</code></td>
169 <td><code>list devices</code></td>
183 <td><code>add derivedplan --plan &lt;plan_name&gt;<br>
186 [--session/-s &lt;session_id&gt;]</code></td>
221 <p>All of these plans and configs can be executed with the <code>run cts</code> command.</p>
235 <td><code>help</code></td>
239 <td><code>help all</code></td>
243 <td><code>version</code></td>
247 <td><code>exit</code></td>
255 <td><code>run cts</code></td>
263 <td><code>--plan &lt;test_plan_name&gt;</code></td>
267 <td><code>-- module/-m &lt;test_module_name&gt;  [--module/-m &lt;test_module2&gt;...]</code></td>
268 <td>Run the specified test module or modules. For example, <code>run cts --module CtsGestureTestCases</code>
269 executes the gesture test module (this can be shortened to <code>run cts -m Gesture</code>).</br>
270 <code>run cts -m Gesture --test android.gesture.cts.GestureTest#testGetStrokes</code> runs the specific
274 <td><code>-- module/-m &lt;test_module_name&gt; -- test &lt;test_name&gt; </code></td>
276 <code>run cts -m Gesture --test android.gesture.cts.GestureTest#testGetStrokes</code> runs the specific
280 <td><code>--retry</code></td>
282 Use <code>list results</code> to get the session id.</td>
285 <td><code>--shards &lt;number_of_shards&gt;</code></td>
289 <td><code>--serial/-s &lt;deviceID&gt;</code></td>
293 <td><code>--abi 32|64</code></td>
297 <td><code>--logcat</code>, <code>--bugreport</code>, and <code>--screenshoot-on-failure</code></td>
301 <td><code>--device-token</code></td>
302 <td>Specifies a given device has the given token eg. <code>--device-token 1a2b3c4d:sim-card.</code>.</td>
305 <td><code>--skip-device-info</code></td>
309 <td><code>--skip-preconditions</code></td>
317 <td><code>list modules</code></td>
321 <td><code>list plans</code> or <code>list configs</code></td>
325 <td><code>list invocations</code></td>
329 <td><code>list commands</code></td>
333 <td><code>list results</code></td>
337 <td><code>list devices</code></td>
351 <td><code>dump logs</code></td>