mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
6f35226415
The missing message only uses a single line now and has a consistent prefix making it easier for log parsers to skip. Remove a precheck test looking for impacket in test1451 because it's incomplete, unnecessary and in the wrong layer; the test harness will automatically discover that the smbserver won't start and the test was only checking a single dependency. Also update the tests README to no longer mention Python 2. The servers were switched to Python 3 several years ago and no attempt is being made to maintain Python 2 compatibility Closes #14669
41 lines
466 B
Plaintext
41 lines
466 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SMB
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data nocheck="yes">
|
|
Basic SMB test complete
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
smb
|
|
</server>
|
|
<features>
|
|
smb
|
|
</features>
|
|
<name>
|
|
Basic SMB request
|
|
</name>
|
|
<command>
|
|
-u 'curltest:curltest' smb://%HOSTIP:%SMBPORT/TESTS/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stdout>
|
|
Basic SMB test complete
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|