Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-03 | Run regression tests against the Python 3 version of Twisted Conch | Colin Watson | |
2018-11-15 | Restore some direct test dependencies | Colin 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-05 | Add an openssh-tests binary package | Colin 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-05 | Set TEST_SHELL again | Colin 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-03 | Drop "set -x" verbosity from the autopkgtest | Colin Watson | |
I think we can do without this in most cases nowadays, as things have been pretty stable for a while. | |||
2018-11-03 | Make the autopkgtest create /run/sshd if it doesn't already exist | Colin Watson | |
2017-09-01 | Give 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-01 | Tell haveged to create the pid file we expect. | Colin Watson | |
2017-08-31 | Run haveged without "-w 1024", as setting the low water mark doesn't seem ↵ | Colin Watson | |
possible in all autopkgtest virtualisation environments. | |||
2017-08-31 | Run debian/tests/regress with "set -x". | Colin Watson | |
2017-08-28 | Run haveged during autopkgtests to ensure that they have enough entropy for ↵ | Colin Watson | |
key generation (LP: #1712921). | |||
2017-01-01 | Run regression tests inside annotate-output to try to diagnose timeout issues. | Colin Watson | |
2016-12-31 | Tweak 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-31 | Dump some useful log files if regression tests fail. | Colin Watson | |
2016-12-31 | Run regression tests using 'sh -x' to try to get more information about ↵ | Colin Watson | |
failures. | |||
2016-12-31 | Revert attempted hack around regress/forwarding.sh test failure, since it ↵ | Colin Watson | |
doesn't seem to help. | |||
2016-12-28 | Attempt to hack around regress/forwarding.sh test failure in some environments. | Colin Watson | |
2016-12-27 | When running regression tests under autopkgtest, use a non-root user with ↵ | Colin Watson | |
passwordless sudo. | |||
2016-12-26 | Make debian/tests/regress executable. | Colin Watson | |
2016-12-05 | wrap-and-sort debian/tests/control too | Colin Watson | |
2016-12-03 | debian/tests/control: Add dependency on openssl, required by the PuTTY ↵ | Colin Watson | |
interoperability tests. | |||
2016-11-19 | Fix and enable PuTTY interoperability tests under autopkgtest. | Colin Watson | |
2016-11-19 | Build all upstream regression test binaries using the new "regress-binaries" ↵ | Colin Watson | |
target. | |||
2015-12-10 | Redirect regression test input from /dev/zero, since otherwise conch will ↵ | Colin Watson | |
immediately send EOF. | |||
2015-12-03 | Really enable conch interoperability tests under autopkgtest. | Colin Watson | |
2015-12-02 | Enable conch interoperability tests under autopkgtest. | Colin Watson | |
2015-08-20 | Fix autopkgtests to build some more regression test binaries. | Colin Watson | |
2014-10-10 | debian/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-09 | Disable PuTTY and conch interop tests for now. Basic interop seems OK; ↵ | Colin Watson | |
(some) test fixes in progress. | |||
2014-10-08 | Run a subset of the upstream regression test suite at package build time, ↵ | Colin Watson | |
and the rest of it under autopkgtest. | |||
2009-12-21 | move local ignores to .bzrignore and resync .cvsignore files with upstream | Colin Watson | |
2008-05-25 | ensure executability | Colin Watson | |
2008-05-20 | Generate two keys with the PID forced to the same value and test that | Colin Watson | |
they differ, to defend against recurrences of the recent Debian OpenSSL vulnerability. |