summaryrefslogtreecommitdiff
path: root/debian/tests
AgeCommit message (Collapse)Author
2020-06-07Use AUTOPKGTEST_TMP rather than the deprecated ADTTMPColin Watson
2019-08-03Run regression tests against the Python 3 version of Twisted ConchColin Watson
2018-11-15Restore some direct test dependenciesColin Watson
Restore direct test dependencies on openssl, putty-tools, and python-twisted-conch; these are really only indirect dependencies via openssh-tests, but including them means that this package will be retested when they change.
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-12-05wrap-and-sort debian/tests/control tooColin Watson
2016-12-03debian/tests/control: Add dependency on openssl, required by the PuTTY ↵Colin Watson
interoperability tests.
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-12-02Enable conch interoperability tests under autopkgtest.Colin Watson
2015-08-20Fix autopkgtests to build some more regression test binaries.Colin Watson
2014-10-10debian/tests/control: Drop isolation-container.Colin Watson
The tests run on a high port. They're still not guaranteed to run correctly in an schroot, but may manage to work, so this lets the tests at least try to run on ci.debian.net.
2014-10-09Disable PuTTY and conch interop tests for now. Basic interop seems OK; ↵Colin Watson
(some) test fixes in progress.
2014-10-08Run a subset of the upstream regression test suite at package build time, ↵Colin Watson
and the rest of it under autopkgtest.
2009-12-21move local ignores to .bzrignore and resync .cvsignore files with upstreamColin Watson
2008-05-25ensure executabilityColin Watson
2008-05-20Generate two keys with the PID forced to the same value and test thatColin Watson
they differ, to defend against recurrences of the recent Debian OpenSSL vulnerability.