aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test634
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-09 05:16:06 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-09 05:16:06 +0000
commitf6d80d66a230e40c42cd4e7a1867bcc482f5def8 (patch)
treeee1c3d55a35863fd13f6d226b3bca7a96f84277a /tests/data/test634
parentb2ca0babebaa3144e8d9ca12bdfec0358fb9159c (diff)
Added tests 633 through 637 to test the new file range support for SFTP.
All but the first test cause an infinite loop or other failure and so are added to DISABLED.
Diffstat (limited to 'tests/data/test634')
-rw-r--r--tests/data/test63443
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/data/test634 b/tests/data/test634
new file mode 100644
index 000000000..a9c1d40f0
--- /dev/null
+++ b/tests/data/test634
@@ -0,0 +1,43 @@
+<testcase>
+<info>
+<keywords>
+SFTP
+Range
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<data>
+data
+for ssh test
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+sftp
+</server>
+ <name>
+SFTP retrieval with byte range past end of file
+ </name>
+ <command>
+--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file634.txt -r 5-99
+</command>
+<file name="log/file634.txt">
+Test data
+for ssh test
+</file>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<valgrind>
+disable
+</valgrind>
+</verify>
+</testcase>