Imported Upstream version 7.40.0
[platform/upstream/curl.git] / tests / data / test567
1 <testcase>
2
3 #Informational
4 <info>
5 <keywords>
6 RTSP
7 OPTIONS
8 </keywords>
9 </info>
10
11 # Server-side
12 <reply>
13 <data>
14 RTSP/1.0 200 OK\r
15 Server: RTSPD/libcurl-test\r
16 CSeq: 1\r
17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE\r
18 Curl-Private: swsclose\r
19 </data>
20 </reply>
21
22 # Client-Side
23 <client>
24 <server>
25 rtsp
26 </server>
27 <tool>
28 lib567
29 </tool>
30
31 <name>
32 simple RTSP OPTIONS command
33 </name>
34 <command>
35 rtsp://%HOSTIP:%RTSPPORT/567
36 </command>
37 </client>
38
39 <verify>
40 <protocol>
41 OPTIONS rtsp://%HOSTIP:%RTSPPORT/567 RTSP/1.0\r
42 CSeq: 1\r
43 User-Agent: test567\r
44 Test-Number: 567\r
45 \r
46 </protocol>
47 </verify>
48
49 </testcase>
50