openssh/regress
djm@openbsd.org 13640798c7 upstream commit
regress test for AuthorizedPrincipalsCommand

Upstream-Regress-ID: c658fbf1ab6b6011dc83b73402322e396f1e1219
2015-05-21 16:46:56 +10:00
..
unittests upstream commit 2015-05-10 11:35:12 +10:00
.cvsignore
Makefile upstream commit 2015-05-21 16:46:56 +10:00
README.regress Fix misspellings of regress CONFOPTS env variables. 2015-04-07 09:10:00 +10:00
addrmatch.sh
agent-getpeereid.sh
agent-pkcs11.sh upstream commit 2015-01-15 21:39:15 +11:00
agent-ptrace.sh
agent-timeout.sh upstream commit 2015-03-05 05:59:47 +11:00
agent.sh upstream commit 2015-03-05 05:59:47 +11:00
banner.sh
broken-pipe.sh upstream commit 2015-03-05 05:59:47 +11:00
brokenkeys.sh
cert-hostkey.sh upstream commit 2015-01-20 00:26:13 +11:00
cert-userkey.sh
cfgmatch.sh upstream commit 2015-03-05 05:59:47 +11:00
cfgparse.sh upstream commit 2015-05-08 13:33:00 +10:00
cipher-speed.sh upstream commit 2015-04-01 10:02:56 +11:00
conch-ciphers.sh
connect-privsep.sh upstream commit 2015-03-05 05:59:47 +11:00
connect.sh upstream commit 2015-03-05 05:59:47 +11:00
dhgex.sh
dsa_ssh2.prv
dsa_ssh2.pub
dynamic-forward.sh upstream commit 2015-03-05 05:59:47 +11:00
envpass.sh
exit-status.sh upstream commit 2015-03-05 05:59:47 +11:00
forcecommand.sh upstream commit 2015-03-05 05:59:47 +11:00
forward-control.sh upstream commit 2015-03-05 05:59:47 +11:00
forwarding.sh upstream commit 2015-03-05 05:59:47 +11:00
host-expand.sh upstream commit 2015-03-05 05:59:47 +11:00
hostkey-agent.sh upstream commit 2015-02-22 07:58:24 +11:00
hostkey-rotate.sh upstream commit 2015-04-01 10:02:56 +11:00
integrity.sh upstream commit 2015-04-01 10:02:56 +11:00
kextype.sh upstream commit 2015-04-01 10:02:56 +11:00
key-options.sh upstream commit 2015-03-05 05:59:47 +11:00
keygen-change.sh upstream commit 2015-03-05 05:59:47 +11:00
keygen-convert.sh
keygen-knownhosts.sh upstream commit 2015-01-27 23:03:15 +11:00
keys-command.sh upstream commit 2015-05-21 16:46:40 +10:00
keyscan.sh upstream commit 2015-03-05 05:59:47 +11:00
keytype.sh
krl.sh upstream commit 2015-01-30 12:19:29 +11:00
limit-keytype.sh upstream commit 2015-01-15 21:39:15 +11:00
localcommand.sh upstream commit 2015-03-05 05:59:47 +11:00
login-timeout.sh
modpipe.c
multiplex.sh valgrind support 2015-02-26 14:55:55 -08:00
multipubkey.sh upstream commit 2014-12-22 19:13:38 +11:00
netcat.c remove dependency on arpa/telnet.h 2015-04-16 11:40:35 +10:00
portnum.sh
principals-command.sh upstream commit 2015-05-21 16:46:56 +10:00
proto-mismatch.sh upstream commit 2015-03-05 05:59:47 +11:00
proto-version.sh upstream commit 2015-03-05 05:59:47 +11:00
proxy-connect.sh upstream commit 2015-03-05 05:59:47 +11:00
putty-ciphers.sh
putty-kex.sh
putty-transfer.sh
reconfigure.sh upstream commit 2015-03-05 05:59:47 +11:00
reexec.sh upstream commit 2015-03-05 05:59:47 +11:00
rekey.sh upstream commit 2015-02-17 09:33:19 +11:00
rsa_openssh.prv
rsa_openssh.pub
rsa_ssh2.prv
scp-ssh-wrapper.sh
scp.sh
setuid-allowed.c
sftp-badcmds.sh
sftp-batch.sh
sftp-chroot.sh
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 upstream commit 2015-05-08 17:32:13 +10:00
ssh2putty.sh upstream commit 2015-05-08 17:28:28 +10:00
sshd-log-wrapper.sh valgrind support 2015-02-26 14:55:55 -08:00
stderr-after-eof.sh
stderr-data.sh upstream commit 2015-03-05 05:59:47 +11:00
t4.ok upstream commit 2014-12-22 13:21:07 +11:00
t5.ok
t11.ok add missing regress output file 2014-12-22 13:47:07 +11:00
test-exec.sh Fix misspellings of regress CONFOPTS env variables. 2015-04-07 09:10:00 +10:00
transfer.sh upstream commit 2015-03-05 05:59:47 +11:00
try-ciphers.sh upstream commit 2015-04-01 10:02:56 +11:00
valgrind-unit.sh valgrind support 2015-02-26 14:55:55 -08:00
yes-head.sh upstream commit 2015-03-05 05:59:47 +11:00

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_CONFOPTS: 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 $