Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
1eac702c
Commit
1eac702c
authored
17 years ago
by
Dan Fandrich
Browse files
Options
Downloads
Patches
Plain Diff
Added test case 2004.
Disable valgrind in test case 1004 due to a libtool bug.
parent
4b96ac50
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/data/Makefile.am
+1
-1
1 addition, 1 deletion
tests/data/Makefile.am
tests/data/test1004
+3
-0
3 additions, 0 deletions
tests/data/test1004
tests/data/test2004
+64
-0
64 additions, 0 deletions
tests/data/test2004
with
68 additions
and
1 deletion
tests/data/Makefile.am
+
1
−
1
View file @
1eac702c
...
...
@@ -46,7 +46,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test231 test1000 test1001 test1002 test1003 test1004 test1005 test1006
\
test615 test1007 test541 test1010 test1011 test1012 test542 test543
\
test536 test1008 test1009 test2000 test2001 test2002 test2003 test35
\
test544 test545
test544 test545
test2004
filecheck
:
@
mkdir
test-place
;
\
...
...
This diff is collapsed.
Click to expand it.
tests/data/test1004
+
3
−
0
View file @
1eac702c
...
...
@@ -52,5 +52,8 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*
</protocol>
<valgrind>
disable
</valgrind>
</verify>
</testcase>
This diff is collapsed.
Click to expand it.
tests/data/test2004
0 → 100644
+
64
−
0
View file @
1eac702c
<testcase>
<info>
<keywords>
TFTP
TFTP RRQ
FILE
SFTP
SCP
multiprotocol
</keywords>
</info>
#
# Server-side
<reply>
<data>
Test data
for tftp test
</data>
</reply>
#
# Client-side
<client>
<server>
tftp
sftp
</server>
<name>
TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order
</name>
<command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/file2004s.txt file://localhost/%PWD/log/test2004f.txt scp://%HOSTIP:%SSHPORT%PWD/log/file2004c.txt file://localhost/%PWD/log/test2004f.txt sftp://%HOSTIP:%SSHPORT%PWD/log/file2004s.txt tftp://%HOSTIP:%TFTPPORT//2004
</command>
<file name="log/file2004s.txt">
Test data
for sftp test
</file>
<file name="log/file2004f.txt">
Test data
for file test
</file>
<file name="log/file2004c.txt">
Test data
for scp test
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
opcode: 1
filename: /2004
mode: octet
opcode: 1
filename: /2004
mode: octet
</protocol>
<valgrind>
disable
</valgrind>
</verify>
</testcase>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment