[svn-commits] pabelanger: branch pabelanger/sipp r1084 - /asterisk/team/pabelanger/sipp/tes...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 6 16:06:03 CST 2010


Author: pabelanger
Date: Mon Dec  6 16:05:59 2010
New Revision: 1084

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1084
Log:
Another test

Modified:
    asterisk/team/pabelanger/sipp/tests/sip_channel_params/sipp/call.xml

Modified: asterisk/team/pabelanger/sipp/tests/sip_channel_params/sipp/call.xml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/pabelanger/sipp/tests/sip_channel_params/sipp/call.xml?view=diff&rev=1084&r1=1083&r2=1084
==============================================================================
--- asterisk/team/pabelanger/sipp/tests/sip_channel_params/sipp/call.xml (original)
+++ asterisk/team/pabelanger/sipp/tests/sip_channel_params/sipp/call.xml Mon Dec  6 16:05:59 2010
@@ -2,94 +2,88 @@
 <!DOCTYPE scenario SYSTEM "sipp.dtd">
 
 <scenario name="Channel Test">
-  <send retrans="500">
-    <![CDATA[
+    <send retrans="500">
+        <![CDATA[
 
-      INVITE sip:test@[remote_ip]:[remote_port] SIP/2.0
-      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
-      From: test1 <sip:wienerschnitzel@[local_ip]:[local_port]>;tag=[call_number]
-      To: test <sip:test@[remote_ip]:[remote_port]>
-      Call-ID: [call_id]
-      CSeq: 1 INVITE
-      Contact: sip:kartoffelsalat@[local_ip]:[local_port]
-      Max-Forwards: 70
-      Subject: Performance Test
-      User-Agent: Channel Param Test
-      Content-Type: application/sdp
-      Content-Length: [len]
+        INVITE sip:test@[remote_ip]:[remote_port] SIP/2.0
+        Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
+        From: test1 <sip:wienerschnitzel@[local_ip]:[local_port]>;tag=[call_number]
+        To: test <sip:test@[remote_ip]:[remote_port]>
+        Call-ID: [call_id]
+        CSeq: 1 INVITE
+        Contact: sip:kartoffelsalat@[local_ip]:[local_port]
+        Max-Forwards: 70
+        Subject: Performance Test
+        User-Agent: Channel Param Test
+        Content-Type: application/sdp
+        Content-Length: [len]
 
-      v=0
-      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
-      s=-
-      c=IN IP[media_ip_type] [media_ip]
-      t=0 0
-      m=audio 6000 RTP/AVP 0 101
-      a=rtpmap:0 PCMU/8000
-      a=rtpmap:101 telephone-event/8000
-      m=video 6002 RTP/AVP 34
-      a=rtpmap:34 H263/90000
+        v=0
+        o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
+        s=-
+        c=IN IP[media_ip_type] [media_ip]
+        t=0 0
+        m=audio 6000 RTP/AVP 0 101
+        a=rtpmap:0 PCMU/8000
+        a=rtpmap:101 telephone-event/8000
+        m=video 6002 RTP/AVP 34
+        a=rtpmap:34 H263/90000
 
-    ]]>
-  </send>
+        ]]>
+    </send>
 
-  <recv response="100"
+    <recv response="100"
         optional="true">
-  </recv>
+    </recv>
 
-  <recv response="180" optional="true">
-  </recv>
+    <recv response="180" optional="true" />
 
-  <recv response="183" optional="true">
-  </recv>
+    <recv response="183" optional="true" />
 
-  <recv response="200" rtd="true">
-  </recv>
+    <recv response="200" rtd="true" />
 
-  <send>
-    <![CDATA[
+    <send>
+        <![CDATA[
 
-      ACK sip:test@[remote_ip]:[remote_port] SIP/2.0
-      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
-      From: test1 <sip:wienerschnitzel@[local_ip]:[local_port]>;tag=[call_number]
-      To: test <sip:test@[remote_ip]:[remote_port]>[peer_tag_param]
-      Call-ID: [call_id]
-      CSeq: 1 ACK
-      Contact: sip:kartoffelsalat@[local_ip]:[local_port]
-      Max-Forwards: 70
-      Subject: Performance Test
-      Content-Length: 0
+        ACK sip:test@[remote_ip]:[remote_port] SIP/2.0
+        Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
+        From: test1 <sip:wienerschnitzel@[local_ip]:[local_port]>;tag=[call_number]
+        To: test <sip:test@[remote_ip]:[remote_port]>[peer_tag_param]
+        Call-ID: [call_id]
+        CSeq: 1 ACK
+        Contact: sip:kartoffelsalat@[local_ip]:[local_port]
+        Max-Forwards: 70
+        Subject: Performance Test
+        Content-Length: 0
 
-    ]]>
-  </send>
+        ]]>
+    </send>
 
-  <!-- Pause long enough for our test to run -->
-  <pause milliseconds="4000" />
+    <!-- Pause long enough for our test to run -->
+    <pause milliseconds="4000" />
 
-  <send retrans="500">
-    <![CDATA[
+    <send retrans="500">
+        <![CDATA[
 
-      BYE sip:test@[remote_ip]:[remote_port] SIP/2.0
-      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
-      From: test1 <sip:wienerschnitzel@[local_ip]:[local_port]>;tag=[call_number]
-      To: test <sip:test@[remote_ip]:[remote_port]>[peer_tag_param]
-      Call-ID: [call_id]
-      CSeq: 2 BYE
-      Contact: sip:kartoffelsalat@[local_ip]:[local_port]
-      Max-Forwards: 70
-      Subject: Performance Test
-      Content-Length: 0
+        BYE sip:test@[remote_ip]:[remote_port] SIP/2.0
+        Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
+        From: test1 <sip:wienerschnitzel@[local_ip]:[local_port]>;tag=[call_number]
+        To: test <sip:test@[remote_ip]:[remote_port]>[peer_tag_param]
+        Call-ID: [call_id]
+        CSeq: 2 BYE
+        Contact: sip:kartoffelsalat@[local_ip]:[local_port]
+        Max-Forwards: 70
+        Subject: Performance Test
+        Content-Length: 0
 
-    ]]>
-  </send>
+        ]]>
+    </send>
 
-  <recv response="200" crlf="true">
-  </recv>
+    <recv response="200" crlf="true" />
 
-  <!-- definition of the response time repartition table (unit is ms)   -->
-  <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
+    <!-- definition of the response time repartition table (unit is ms)   -->
+    <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200" />
 
-  <!-- definition of the call length repartition table (unit is ms)     -->
-  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
-
+    <!-- definition of the call length repartition table (unit is ms)     -->
+    <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000" />
 </scenario>
-




More information about the svn-commits mailing list