summaryrefslogtreecommitdiff
path: root/debian/tests/regress
AgeCommit message (Collapse)Author
2020-06-07Use AUTOPKGTEST_TMP rather than the deprecated ADTTMPColin Watson
2018-11-05Add an openssh-tests binary packageColin Watson
This contains enough files to run the upstream regression tests. Doing this allows autopkgtest to run more efficiently, as it doesn't have to build part of the source tree again.
2018-11-05Set TEST_SHELL againColin Watson
There's no default for this in regress/Makefile (only in the top-level Makefile), so leaving it unset here doesn't work.
2018-11-03Drop "set -x" verbosity from the autopkgtestColin Watson
I think we can do without this in most cases nowadays, as things have been pretty stable for a while.
2018-11-03Make the autopkgtest create /run/sshd if it doesn't already existColin Watson
2017-09-01Give up and use systemctl to start haveged if running under systemd; this ↵Colin Watson
shouldn't be necessary, but I can't seem to get things working in the Ubuntu autopkgtest environment otherwise.
2017-09-01Tell haveged to create the pid file we expect.Colin Watson
2017-08-31Run haveged without "-w 1024", as setting the low water mark doesn't seem ↵Colin Watson
possible in all autopkgtest virtualisation environments.
2017-08-31Run debian/tests/regress with "set -x".Colin Watson
2017-08-28Run haveged during autopkgtests to ensure that they have enough entropy for ↵Colin Watson
key generation (LP: #1712921).
2017-01-01Run regression tests inside annotate-output to try to diagnose timeout issues.Colin Watson
2016-12-31Tweak regression test setup to cope with the case where some of the source ↵Colin Watson
directory is unreadable by the openssh-tests user.
2016-12-31Dump some useful log files if regression tests fail.Colin Watson
2016-12-31Run regression tests using 'sh -x' to try to get more information about ↵Colin Watson
failures.
2016-12-31Revert attempted hack around regress/forwarding.sh test failure, since it ↵Colin Watson
doesn't seem to help.
2016-12-28Attempt to hack around regress/forwarding.sh test failure in some environments.Colin Watson
2016-12-27When running regression tests under autopkgtest, use a non-root user with ↵Colin Watson
passwordless sudo.
2016-12-26Make debian/tests/regress executable.Colin Watson
2016-11-19Fix and enable PuTTY interoperability tests under autopkgtest.Colin Watson
2016-11-19Build all upstream regression test binaries using the new "regress-binaries" ↵Colin Watson
target.
2015-12-10Redirect regression test input from /dev/zero, since otherwise conch will ↵Colin Watson
immediately send EOF.
2015-12-03Really enable conch interoperability tests under autopkgtest.Colin Watson
2015-08-20Fix autopkgtests to build some more regression test binaries.Colin Watson
2014-10-08Run a subset of the upstream regression test suite at package build time, ↵Colin Watson
and the rest of it under autopkgtest.