Annotation of embedaddon/curl/tests/data/test567, revision 1.1
1.1 ! misho 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
! 15: Server: RTSPD/libcurl-test
! 16: CSeq: 1
! 17: Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
! 18: Curl-Private: swsclose
! 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
! 42: CSeq: 1
! 43: User-Agent: test567
! 44: Test-Number: 567
! 45:
! 46: </protocol>
! 47: </verify>
! 48:
! 49: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>