aboutsummaryrefslogtreecommitdiff
path: root/tests/serverhelp.pm
diff options
context:
space:
mode:
authorMax Dymond <max.dymond@metaswitch.com>2017-07-03 11:00:04 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-07-04 10:41:58 +0200
commita6f8d27efc7b0b37c641878da446952c1d06f987 (patch)
treef512eb0fe3a4c5283280f54283bf17cad039f51f /tests/serverhelp.pm
parentf1609155d54c82b535f50a6b4693b2be47d272aa (diff)
downloadgnurl-a6f8d27efc7b0b37c641878da446952c1d06f987.tar.gz
gnurl-a6f8d27efc7b0b37c641878da446952c1d06f987.tar.bz2
gnurl-a6f8d27efc7b0b37c641878da446952c1d06f987.zip
test1451: add SMB support to the testbed
Add test 1451 which does some very basic SMB testing using the impacket SMB server. Closes #1630
Diffstat (limited to 'tests/serverhelp.pm')
-rw-r--r--tests/serverhelp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serverhelp.pm b/tests/serverhelp.pm
index c4fd0fc61..36fb89ed2 100644
--- a/tests/serverhelp.pm
+++ b/tests/serverhelp.pm
@@ -105,7 +105,7 @@ sub servername_str {
$proto = uc($proto) if($proto);
die "unsupported protocol: '$proto'" unless($proto &&
- ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS|DICT))$/));
+ ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS|DICT|SMB|SMBS))$/));
$ipver = (not $ipver) ? 'ipv4' : lc($ipver);
die "unsupported IP version: '$ipver'" unless($ipver &&