commit | c5ce2cbd12e395749c3b4abedf0d81f49b402b70 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Fri Jul 26 09:21:35 2019 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Fri Jul 26 16:31:19 2019 +0800 |
tree | 182bb6e85a6ffcb272e8efa1884f3d4d36a855a0 | |
parent | 5b16dc89f09e30b20890c78976587ffe364d2764 [diff] |
tests: Add client escape test Add a small testcase for the escape-parsing code. Change-Id: I2296d1bd0b1a97b46565e56ed867dd39a159baec Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Note: In addition to a toolchain and autoconf tools, this requires autotools-archive
to be installed.
To build this project, run the following shell commands:
./bootstrap.sh ./configure ${CONFIGURE_FLAGS} make
To fully clean the repository, run:
./bootstrap.sh clean
Running the server requires a serial port (e.g. /dev/ttyS0):
touch obmc-console.conf ./obmc-console-server --config obmc-console.conf ttyS0
To connect to the server, simply run the client:
./obmc-console-client
To disconnect the client, use the standard ~.
combination.