blob: 23ec417908d74c25377c498c6d529523947bba0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<testcase>
#Informational
<info>
<keywords>
RTSP
RTSP Basic auth
</keywords>
</info>
# Server-side
<reply>
<data>
RTSP/1.0 401 Unauthorized please swsbounce
Server: RTSPD/libcurl-test
CSeq: 1
WWW-Authenticate: Basic realm="please-auth-me"
</data>
<data1>
RTSP/1.0 200 OK
Server: RTSPD/libcurl-test
CSeq: 2
Content-Base: rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER
Content-Length: 80
Curl-private: swsclose
v=0
s=rtspd SDP
i=A fake SDP reply
u=http://www.curl.example.com/fakesdp.ps
</data1>
<datacheck>
RTSP/1.0 401 Unauthorized please swsbounce
Server: RTSPD/libcurl-test
CSeq: 1
WWW-Authenticate: Basic realm="please-auth-me"
RTSP/1.0 200 OK
Server: RTSPD/libcurl-test
CSeq: 2
Content-Base: rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER
Content-Length: 80
Curl-private: swsclose
v=0
s=rtspd SDP
i=A fake SDP reply
u=http://www.curl.example.com/fakesdp.ps
</datacheck>
</reply>
# Client-Side
<client>
<server>
rtsp
</server>
<tool>
lib%TESTNUMBER
</tool>
<name>
RTSP Authentication check
</name>
<command>
rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
DESCRIBE rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0
CSeq: 1
Accept: application/sdp
DESCRIBE rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0
CSeq: 2
Accept: application/sdp
Authorization: Basic dXNlcjpwYXNzd29yZA==
</protocol>
</verify>
</testcase>
|