📄 readme.regress
字号:
Overview.$ ./configure && make testsYou'll see some progress info. A failure will cause either the make toabort or the driver script to report a "FATAL" failure.The test consists of 2 parts. The first is the file-based tests which isdriven by the Makefile, and the second is a set of network or proxycommandbased tests, which are driven by a driver script (test-exec.sh) which iscalled 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 failedtest and continue.OpenBSD has a system-wide regression test suite. OpenSSH Portable's testsuite 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,SFTPSERVEROBJ: 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_CONFOTPS: 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-timeoutIf you need to manipulate the environment more you can invoke test-exec.shdirectly if you set up the path to find the binaries under test and thetest scripts themselves, for example:$ cd regress$ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \ agent-timeout.shok agent timeout testFiles.test-exec.sh: the main test driver. Sets environment, creates config filesand keys and runs the specified test.At the time of writing, the individual tests are:agent-timeout.sh: agent timeout testagent.sh: simple agent testbroken-pipe.sh: broken pipe testconnect-privsep.sh: proxy connect with privsepconnect.sh: simple connectexit-status.sh: remote exit statusforwarding.sh: local and remote forwardingkeygen-change.sh: change passphrase for keykeyscan.sh: keyscanproto-mismatch.sh: protocol version mismatchproto-version.sh: sshd version with different protocol combinationsproxy-connect.sh: proxy connectsftp.sh: basic sftp put/getssh-com-client.sh: connect with ssh.com clientssh-com-keygen.sh: ssh.com key importssh-com-sftp.sh: basic sftp put/get with ssh.com serverssh-com.sh: connect to ssh.com serverstderr-after-eof.sh: stderr data after eofstderr-data.sh: stderr data transfertransfer.sh: transfer datatry-ciphers.sh: try ciphersyes-head.sh: yes pipe headProblems?Run the failing test with shell tracing (-x) turned on:$ PATH=`pwd`/..:$PATH:. sh -x test-exec.sh `pwd` agent-timeout.shFailed 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.- If your build requires ssh-rand-helper regress tests will fail unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded).- 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.9 2004/08/17 12:31:33 dtucker Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -