summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-11-19 16:05:34 +0000
committerColin Watson <cjwatson@debian.org>2016-11-19 16:06:42 +0000
commitd0532e832c468915371dbc7cf6e74ec11a41be93 (patch)
tree69e06fca76c6e7098dee3a0accfdd2a468260bce /debian/tests
parenta50c9808720a201faef1ad4b6f5a42822bb98eb4 (diff)
parent9c88f6248e9da14cb7916527862f2eac7f55b12a (diff)
Fix and enable PuTTY interoperability tests under autopkgtest.
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control2
-rw-r--r--debian/tests/regress2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index ab5122f46..5a54be563 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
1Tests: regress 1Tests: regress
2Restrictions: needs-root allow-stderr 2Restrictions: needs-root allow-stderr
3Depends: @builddeps@, openssh-client, openssh-server, openssh-sftp-server, sudo, python-twisted-conch (>= 1:15.5.0-1) 3Depends: @builddeps@, openssh-client, openssh-server, openssh-sftp-server, sudo, putty-tools (>= 0.67-2), python-twisted-conch (>= 1:15.5.0-1)
diff --git a/debian/tests/regress b/debian/tests/regress
index 4cd90175b..253541ad5 100644
--- a/debian/tests/regress
+++ b/debian/tests/regress
@@ -30,6 +30,8 @@ make -C regress \
30 SUDO=sudo \ 30 SUDO=sudo \
31 TEST_SHELL=sh \ 31 TEST_SHELL=sh \
32 TEST_SSH_SFTPSERVER=/usr/lib/openssh/sftp-server \ 32 TEST_SSH_SFTPSERVER=/usr/lib/openssh/sftp-server \
33 TEST_SSH_PLINK=plink \
34 TEST_SSH_PUTTYGEN=puttygen \
33 TEST_SSH_CONCH=conch \ 35 TEST_SSH_CONCH=conch \
34 TEST_SSH_IPV6=yes \ 36 TEST_SSH_IPV6=yes \
35 TEST_SSH_ECC=yes \ 37 TEST_SSH_ECC=yes \