| <?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> |