Tests: added expect script for pagination stdio

This commit is contained in:
Olof hagsand 2022-03-14 14:02:21 +01:00
parent 927d6f2d9c
commit e0f5472161
8 changed files with 99 additions and 18 deletions

View file

@ -7,6 +7,9 @@ automatically run as part of the all.sh, sum.sh tests etc. The scripts
need to follow some rules to work properly, please look at one or two
to get the idea.
Most scripts are bash scripts using standard awk/sed etc. There is
also (at least one) expect script.
Note that some IETF yangs need to be available, by default these are in `/usr/local//share/yang/standard`. You can change this location with configure option `--with-yang-standard-dir=DIR`
See also the [site.sh](#site-sh) for example for skipping tests or setting some site-specific variables.