Lines Matching +full:slave +full:- +full:mode

3 ----------------
21 number of pipes and a pseudo-tty (pty). The programs are called the
22 director and the slave. The director reads a configuration file of
23 tests to perform, passes these commands to the slave over a pipe and
24 reads the pty for any output from the slave. Data from the slave is
26 are highlighted to the tester. The slave is a curses application that
29 along with the parameters required for the call. The slave takes the
40 -v enables verbose output to assist debugging
41 -s slave_path the director will execute slave_path as the slave
42 process. The default is ./slave
43 -t term Sets the TERM environment variable to term when
44 executing the slave. The default is atf
50 slave. The test language has a small number of commands, they are:
89 variable - assign the return to the given variable
91 numeric - the value of the return must match the
93 string - an arbitrary sequence of characters
95 ERR - expect an ERR return
96 OK - expect an OK return
97 NULL - expect a NULL pointer return
98 NON_NULL - expect a pointer that is not NULL valued
116 Compares the output stream from the slave against the contents
127 byte against the output from the slave, any differences in the
128 output will be flagged. If the director is not in verbose mode
134 excess output from the slave is not discarded if there is more
135 data from the slave than there is in the check file. This
139 Defines an inter-character delay to be inserted between
140 characters being fed into the input of the slave. The syntax
162 Defines a string of characters that will be fed to the slave
173 comes. If it is known that there is pending input for the slave
223 In addition to all the curses calls being supported by the slave,
227 mode otherwise the test will time out and fail. This call can be used
231 4. Slave
233 The user has no direct interaction with the slave process. The slave
235 of pipes and a pseudo-tty connected to its standard i/o file
236 descriptors. The slave executes the passed curses calls and passes
237 back return values to the director. The slave automatically calls