Lines Matching full:channels
16 test multiple channels at the same time, and it can start multiple threads
20 The test suite works only on the channels that have at least one
74 After the channels are specified, each thread is set as pending. All threads
78 A list of available channels can be found by running the following command::
153 Allocating Channels
156 Channels do not need to be configured prior to starting a test run. Attempting
157 to run the test without configuring the channels will result in testing any
158 channels that are available.
163 dmatest: No channels configured, continue with any
165 Channels are registered using the "channel" parameter. Channels can be requested by their
173 More channels can be added by repeating the example above.
185 Another method of requesting channels is to request a channel with an empty string, Doing so
186 will request all channels available to be tested:
213 Note: Channels will have to be configured for each test run as channel configurations do not
216 Releasing Channels
219 Channels can be freed by setting run to 0.
231 Channels allocated by previous test runs are automatically freed when a new