Lines Matching refs:a
2 The Android Comms Test Suite, is a lightweight Python-based automation tool set
4 devices. It provides a simple execution interface; a set of pluggable libraries
5 for accessing commercially avilable devices, Android devices, and a collection
7 tool for a wireless stack developer or integrator whether exercising a new code
10 Included in the tests/google directory are a bundle of tests, many of which can
37 Below is a high level view of the ACTS flow:
61 USB debugging must be enabled before a device can take commands from adb.
64 2. Tap Build number repeatedly until "You're a developer now" is displayed.
67 1. Plug the device into a computer (host)
91 ## Breaking Down a Sample Command
102 To run tests, required information must be provided via a json-formatted
103 text file. The required information includes a list of ***testbed*** configs.
105 a list of paths where the python test case files are located. Below are the
106 contents of a sample configuration file:
125 standard a ':'-delimited format. Explicit keys in a configuration file will
129 Test classes are instantiated with a dictionary of “controllers”. The
154 By default all test cases listed in a Test Class\'s self.tests will be run.
156 specific tests within a test class.
158 The following will run a single test, test_make_toast:
162 Multiple tests may be specified with a comma-delimited list. The following