openssh/regress
djm@openbsd.org 3dfd8d93df upstream commit
add tests for new client RevokedHostKeys option; refactor
 to make it a bit more readable
2014-12-05 09:31:08 +11:00
..
unittests upstream commit 2014-12-05 09:31:07 +11:00
.cvsignore ignore a few more regress droppings 2014-02-04 11:08:38 +11:00
Makefile - (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test 2014-07-02 17:45:55 +10:00
README.regress
addrmatch.sh
agent-getpeereid.sh
agent-pkcs11.sh
agent-ptrace.sh - djm@cvs.openbsd.org 2014/02/27 21:21:25 2014-02-28 10:25:16 +11:00
agent-timeout.sh
agent.sh - djm@cvs.openbsd.org 2014/02/27 21:21:25 2014-02-28 10:25:16 +11:00
banner.sh
broken-pipe.sh
brokenkeys.sh
cert-hostkey.sh upstream commit 2014-12-05 09:31:08 +11:00
cert-userkey.sh - markus@cvs.openbsd.org 2013/12/06 13:52:46 2013-12-07 16:32:44 +11:00
cfgmatch.sh
cipher-speed.sh - djm@cvs.openbsd.org 2013/11/21 03:18:51 2013-11-21 14:26:18 +11:00
conch-ciphers.sh
connect-privsep.sh - logan@cvs.openbsd.org 2014/05/04 10:40:59 2014-05-15 15:08:40 +10:00
connect.sh
dhgex.sh - djm@cvs.openbsd.org 2014/04/21 22:15:37 2014-05-15 15:07:53 +10:00
dsa_ssh2.prv
dsa_ssh2.pub
dynamic-forward.sh
envpass.sh
exit-status.sh
forcecommand.sh
forward-control.sh
forwarding.sh - millert@cvs.openbsd.org 2014/07/15 15:54:15 2014-07-21 09:52:54 +10:00
host-expand.sh - (djm) [regress/host-expand.sh] Add RCS Id 2014-02-28 10:34:03 +11:00
integrity.sh - djm@cvs.openbsd.org 2014/05/21 07:04:21 2014-07-02 17:01:08 +10:00
kextype.sh - djm@cvs.openbsd.org 2014/04/21 22:15:37 2014-05-15 15:07:53 +10:00
key-options.sh
keygen-change.sh
keygen-convert.sh
keys-command.sh
keyscan.sh
keytype.sh 20131221 2013-12-21 17:02:39 +11:00
krl.sh upstream commit 2014-11-19 09:20:14 +11:00
localcommand.sh
login-timeout.sh - djm@cvs.openbsd.org 2014/03/13 20:44:49 2014-05-15 15:07:33 +10:00
modpipe.c - djm@cvs.openbsd.org 2013/11/21 03:16:47 2013-11-21 14:25:15 +11:00
multiplex.sh - (djm) [regress/multiplex.sh] Use -d (detach stdin) flag to disassociate 2014-08-01 13:31:52 +10:00
portnum.sh
proto-mismatch.sh
proto-version.sh
proxy-connect.sh - dtucker@cvs.openbsd.org 2014/05/03 18:46:14 2014-05-15 15:08:19 +10:00
putty-ciphers.sh
putty-kex.sh
putty-transfer.sh
reconfigure.sh
reexec.sh
rekey.sh - djm@cvs.openbsd.org 2014/04/21 22:15:37 2014-05-15 15:07:53 +10:00
rsa_openssh.prv
rsa_openssh.pub
rsa_ssh2.prv
scp-ssh-wrapper.sh - djm@cvs.openbsd.org 2014/01/26 10:49:17 2014-02-28 10:23:26 +11:00
scp.sh - djm@cvs.openbsd.org 2014/01/26 10:49:17 2014-02-28 10:23:26 +11:00
setuid-allowed.c - (djm) [regress/setuid-allowed.c] Missing string.h for strerror() 2014-02-04 11:38:28 +11:00
sftp-badcmds.sh
sftp-batch.sh
sftp-chroot.sh - dtucker@cvs.openbsd.org 2014/01/20 00:00:30 2014-02-28 10:19:51 +11:00
sftp-cmds.sh
sftp-glob.sh
sftp-perm.sh
sftp.sh
ssh-com-client.sh
ssh-com-keygen.sh
ssh-com-sftp.sh
ssh-com.sh
ssh2putty.sh
sshd-log-wrapper.sh
stderr-after-eof.sh
stderr-data.sh
t4.ok
t5.ok
test-exec.sh - djm@cvs.openbsd.org 2014/07/06 07:42:03 2014-07-09 13:22:03 +10:00
transfer.sh
try-ciphers.sh - djm@cvs.openbsd.org 2014/04/21 22:15:37 2014-05-15 15:07:53 +10:00
yes-head.sh

README.regress

Overview.

$ ./configure && make tests

You'll see some progress info. A failure will cause either the make to
abort or the driver script to report a "FATAL" failure.

The test consists of 2 parts. The first is the file-based tests which is
driven by the Makefile, and the second is a set of network or proxycommand
based tests, which are driven by a driver script (test-exec.sh) which is
called multiple times by the Makefile.

Failures in the first part will cause the Makefile to return an error.
Failures in the second part will print a "FATAL" message for the failed
test and continue.

OpenBSD has a system-wide regression test suite. OpenSSH Portable's test
suite is based on OpenBSD's with modifications.


Environment variables.

SUDO: path to sudo command, if desired. Note that some systems (notably
	systems using PAM) require sudo to execute some tests.
TEST_SSH_TRACE: set to "yes" for verbose output from tests 
TEST_SSH_QUIET: set to "yes" to suppress non-fatal output.
TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD
	SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER
OBJ: used by test scripts to access build dir.
TEST_SHELL: shell used for running the test scripts.
TEST_SSH_PORT: TCP port to be used for the listening tests.
TEST_SSH_SSH_CONFOPTS: Configuration directives to be added to ssh_config
	before running each test.
TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config
	before running each test.


Individual tests.

You can run an individual test from the top-level Makefile, eg:
$ make tests LTESTS=agent-timeout

If you need to manipulate the environment more you can invoke test-exec.sh
directly if you set up the path to find the binaries under test and the
test scripts themselves, for example:

$ cd regress
$ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \
    agent-timeout.sh
ok agent timeout test


Files.

test-exec.sh: the main test driver. Sets environment, creates config files
and keys and runs the specified test.

At the time of writing, the individual tests are:
agent-timeout.sh:	agent timeout test
agent.sh:		simple agent test
broken-pipe.sh:		broken pipe test
connect-privsep.sh:	proxy connect with privsep
connect.sh:		simple connect
exit-status.sh:		remote exit status
forwarding.sh:		local and remote forwarding
keygen-change.sh:	change passphrase for key
keyscan.sh:		keyscan
proto-mismatch.sh:	protocol version mismatch
proto-version.sh:	sshd version with different protocol combinations
proxy-connect.sh:	proxy connect
sftp.sh:		basic sftp put/get
ssh-com-client.sh:	connect with ssh.com client
ssh-com-keygen.sh:	ssh.com key import
ssh-com-sftp.sh:	basic sftp put/get with ssh.com server
ssh-com.sh:		connect to ssh.com server
stderr-after-eof.sh:	stderr data after eof
stderr-data.sh:		stderr data transfer
transfer.sh:		transfer data
try-ciphers.sh:		try ciphers
yes-head.sh:		yes pipe head


Problems?

Run the failing test with shell tracing (-x) turned on:
$ PATH=`pwd`/..:$PATH:. sh -x test-exec.sh `pwd` agent-timeout.sh

Failed tests can be difficult to diagnose. Suggestions:
- run the individual test via ./test-exec.sh `pwd` [testname]
- set LogLevel to VERBOSE in test-exec.sh and enable syslogging of
  auth.debug (eg to /var/log/authlog).


Known Issues.

- Similarly, if you do not have "scp" in your system's $PATH then the
  multiplex scp tests will fail (since the system's shell startup scripts
  will determine where the shell started by sshd will look for scp).

- Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head
  test to fail.  The old behaviour can be restored by setting (and
  exporting) _POSIX2_VERSION=199209 before running the tests.

$Id: README.regress,v 1.12 2011/05/05 03:48:42 djm Exp $