ETSI TS 102 027-2-2006 Methods for Testing and Specification (MTS) Conformance Test Specification for SIP (IETF RFC 3261) Part 2 Test Suite Structure and Test Purposes (TSS&TP) (V4.pdf
《ETSI TS 102 027-2-2006 Methods for Testing and Specification (MTS) Conformance Test Specification for SIP (IETF RFC 3261) Part 2 Test Suite Structure and Test Purposes (TSS&TP) (V4.pdf》由会员分享,可在线阅读,更多相关《ETSI TS 102 027-2-2006 Methods for Testing and Specification (MTS) Conformance Test Specification for SIP (IETF RFC 3261) Part 2 Test Suite Structure and Test Purposes (TSS&TP) (V4.pdf(111页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI TS 102 027-2 V4.1.1 (2006-07)Technical Specification Methods for Testing and Specification (MTS);Conformance Test Specification for SIP (IETF RFC 3261);Part 2: Test Suite Structure and Test Purposes (TSS Essential, or potentially Essential, IPRs notified to ETSI in respect of ETSI standards“,
2、which is available from the ETSI Secretariat. Latest updates are available on the ETSI Web server (http:/webapp.etsi.org/IPR/home.asp). Pursuant to the ETSI IPR Policy, no investigation, including IPR searches, has been carried out by ETSI. No guarantee can be given as to the existence of other IPRs
3、 not referenced in ETSI SR 000 314 (or the updates on the ETSI Web server) which are, or may be, or may become, essential to the present document. Foreword This Technical Specification (TS) has been produced by ETSI Technical Committee Methods for Testing and Specification (MTS). The present documen
4、t is part 2 of a multi-part deliverable covering Conformance Test Specification for SIP (IETF RFC 3261), as identified below: Part 1: “Protocol Implementation Conformance Statement (PICS) proforma“; Part 2: “Test Suite Structure and Test Purposes (TSS Part 3: “Abstract Test Suite (ATS) and partial P
5、rotocol Implementation eXtra Information for Testing (PIXIT) proforma“. ETSI ETSI TS 102 027-2 V4.1.1 (2006-07) 6 1 Scope The present document provides a Test Suite Structure and Test Purposes (TSS&TP) for the Session Initiation Protocol (SIP) implementation in compliance with the relevant requireme
6、nts specified in RFC 3261 1. The present document is a new release of TS 102 027-2 (V3.1.1). 2 References The following documents contain provisions which, through reference in this text, constitute provisions of the present document. References are either specific (identified by date of publication
7、 and/or edition number or version number) or non-specific. For a specific reference, subsequent revisions do not apply. For a non-specific reference, the latest version applies. Referenced documents which are not found to be publicly available in the expected location might be found at http:/docbox.
8、etsi.org/Reference. 1 IETF RFC 3261: “SIP: Session Initiation Protocol“. 2 ISO/IEC 9646-1: “Information technology - Open Systems Interconnection - Conformance testing methodology and framework - Part 1: General concepts“. 3 ISO/IEC 9646-2: “Information technology - Open Systems Interconnection - Co
9、nformance testing methodology and framework - Part 2: Abstract Test Suite specification“. 4 ISO/IEC 9646-3: “Information technology - Open Systems Interconnection - Conformance testing methodology and framework - Part 3: The Tree and Tabular Combined Notation“. 5 ISO/IEC 9646: (all parts): “Informat
10、ion technology - Open Systems Interconnection - Conformance testing methodology and framework“. 3 Definitions and abbreviations 3.1 Definitions For the purposes of the present document, the terms and definitions given in RFC 3261 1, ISO/IEC 9646-1 2, ISO/IEC 9646-2 3, ISO/IEC 9646-3 4 and the follow
11、ing apply: callee: SIP entity that is requested to participate to a session by receiving an INVITE message caller: SIP entity that initiates a session by sending an INVITE message dialog: identifier defined as the combination of the remote address, local address, and Call-ID inopportune: test group
12、that handles invalid signalling exchanges of messages, which are properly structured and correctly encoded Invalid (I): test group that handles valid signalling exchanges of messages, which are either not properly structured or incorrectly encoded ETSI ETSI TS 102 027-2 V4.1.1 (2006-07) 7 Test Purpo
13、se (TP): non-formal high-level description of a test, mainly using text NOTE: This test description can be used as the basis for a formal test specification (e.g. Abstract Test Suite in TTCN). See ISO/IEC 9646 5. Valid (V): test group that handles valid signalling exchanges of messages, which are pr
14、operly structured and correctly encoded 3.2 Abbreviations For the purposes of the present document, the following abbreviations apply: ATS Abstract Test Suite CE Call Establishment CR Call Release I Invalid IUT Implementation Under Test MG MessaGing O inOpportuneOE Originating Endpoint PICS Protocol
15、 Implementation Conformance Statement PIXIT Protocol Implementation eXtra Information for Testing PR PRoxy RD ReDirect server RG ReGistration RR RegistraR RT RegistranT SIP Session Initiation Protocol SM Session Modification TE Terminating Endpoint TP Test Purpose TR TRansport TSS Test Suite Structu
16、re UA User Agent V Valid 4 Test Suite Structure (TSS) 4.1 Introduction 4.1.1 SIP Entities Test Purposes have been written for SIP entities according to the RFC 3261 1. Four kinds of entities are considered successively as IUT: User Agent behaving as client or Server. Registrar. Proxy (outbound and s
17、imple proxy). Redirect server. ETSI ETSI TS 102 027-2 V4.1.1 (2006-07) 8 A: caller interface B: callee interface OUTBOUND PROXY RegistrarRegistrarPROXYUser Agent Client/Server A User Agent Client/Server B REDIRECT SERVER Figure 1: SIP protocol entities 4.1.2 General assumptions Test purposes have be
18、en written for behaviours requested with “MUST“ or that appear as obvious in present form. Several proxy servers may forward the requests, but the test purposes are written from the point of view of one SIP entity only. The client can be either a user agent client or the client portion of a proxy se
19、rver. SDP has been considered as the method used to describe the session, but no test purposes have been written to check the SDP content itself as it is out of scope. Proxy, redirect server, registrar and UA shall support both UDP and TCP as transport layer. SIP entities are considered in the prese
20、nt document to be addressed with SIP-URLs, except for test purposes that validate the IUTs behaviour upon reception of non SIP-URLs. The verb “ignore“ in test purpose means that the IUT does not react with an error message and does not take into account the element to be ignored. When this element i
21、s an undefined Header field, according to RFC 3261, section 10 1, proxy shall not remove or modify it. The adjective “unknown“ means in the test purpose not defined in the standard RFC 3261 1 while “non-understood“ means unknown from the point of view of the IUT. The mandatory header fields like CAL
22、L-ID, Cseq, From, To and Via are supposed to be present in all messages as Max-Forwards in Request message without stressing this requirement in each test purpose (see sections 8.1.1 and 8.2.6 of RFC 3261 1). 4.1.3 System under test In SIP, a client can either sends its request directly to the Reque
23、st-URI or to its outbound proxy. It can also ask for SIP URL to a redirect server before sending its request. Test purpose will apply depending of the current tested configuration. Three kinds of session have been considered in the present document: Call using a proxy. Direct call with no proxy. Cal
24、l using a redirect server. ETSI ETSI TS 102 027-2 V4.1.1 (2006-07) 9 4.2 Overview of the Test Suite Structure The Test Suite Structures is based on SIP entities and assumptions as described in clause 4.1.2. Figure 2 shows the Test Suite Structure (TSS). Last Sub groups may be subdivided in three sub
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSITS10202722006METHODSFORTESTINGANDSPECIFICATIONMTSCONFORMANCETESTSPECIFICATIONFORSIPIETFRFC3261PART2TESTSUITESTRUCTUREANDTESTPURPOSESTSSTPV4PDF

链接地址:http://www.mydoc123.com/p-738679.html