Daniel Stenberg
e2b4df7b5e
tests: use %TESTNUMBER instead of fixed number
...
This makes the tests easier to copy and relocate to other test numbers
without having to update content.
Closes #6738
2021-03-19 15:57:21 +01:00
Daniel Stenberg
337a28d810
runtests: move the TELNET server to a dynamic port
...
Rename the port variable to TELNETPORT to better match the existing
pattern.
Closes #5785
2020-08-06 23:47:08 +02:00
Marc Hoersken
3c9066fce5
tests: make Python-based servers compatible with Python 2 and 3
...
Update smbserver.py and negtelnetserver.py to be compatible with
Python 3 while staying backwards-compatible to support Python 2.
Fix string encoding and handling of echoed and transferred data.
Tested with both Python 2.7.17 and Python 3.7.7
Reported-by: Daniel Stenberg
Assisted-by: Kamil Dudka
Reviewed-by: Marcel Raad
Fixes #5104
Closes #5110
2020-03-19 03:26:19 +01:00
Marc Hoersken
dda8babd07
tests: fix verification of stdout in test 1452 due to newline
...
Fixes test1452:41:1: error: missing </stdout> tag before </verify>
2020-03-15 23:17:01 +01:00
Daniel Stenberg
c497472c8b
test1452: mark as flaky
...
makes it not run in the CI builds
Closes #2941
2018-09-05 11:39:25 +02:00
Michael Kaufmann
4b6f3cff7c
tests: mark data files as non-executable in git
2017-12-10 22:36:42 +01:00
Max Dymond
06a6feba9d
test1452: add telnet negotiation
...
Add a basic telnet server for negotiating some telnet options before
echoing back any data that's sent to it.
Closes #1645
2017-07-07 11:00:26 +02:00