mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
40 lines
591 B
XML
40 lines
591 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<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>
|
|
Two SMB requests in the same command line
|
|
</name>
|
|
<command>
|
|
-u 'curltest:curltest' smb://%HOSTIP:%SMBPORT/TESTS/%TESTNUMBER smb://%HOSTIP:%SMBPORT/TESTS/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stdout>
|
|
Basic SMB test complete
|
|
Basic SMB test complete
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|