[asterisk-commits] mjordan: testsuite/asterisk/trunk r4948 - in /asterisk/trunk/tests/hep: ./ pj...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Apr 10 16:28:51 CDT 2014


Author: mjordan
Date: Thu Apr 10 16:28:48 2014
New Revision: 4948

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4948
Log:
hep/pjsip: Update tests to check for the channel Name when it is available


Modified:
    asterisk/trunk/tests/hep/hep_capture_node.py
    asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml
    asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml
    asterisk/trunk/tests/hep/pjsip/test-config.yaml

Modified: asterisk/trunk/tests/hep/hep_capture_node.py
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/hep_capture_node.py?view=diff&rev=4948&r1=4947&r2=4948
==============================================================================
--- asterisk/trunk/tests/hep/hep_capture_node.py (original)
+++ asterisk/trunk/tests/hep/hep_capture_node.py Thu Apr 10 16:28:48 2014
@@ -171,7 +171,6 @@
                                   hdr.length - self.hep_chunk.sizeof())
                 packet.uuid = hep_uuid.parse(data[length:])
                 length += hep_uuid.sizeof() - self.hep_chunk.sizeof()
-
         self.module.verify_packet(packet)
 
 

Modified: asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml?view=diff&rev=4948&r1=4947&r2=4948
==============================================================================
--- asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml Thu Apr 10 16:28:48 2014
@@ -80,7 +80,7 @@
                     - 'Content-Length:  0'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5060
             dst_addr: '127.0.0.1'
@@ -119,7 +119,7 @@
                     - 'a=sendrecv'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5067
             dst_addr: '127.0.0.1'
@@ -151,7 +151,7 @@
                     - 'a=rtpmap:0 PCMU/8000'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5067
             dst_addr: '127.0.0.1'
@@ -175,7 +175,7 @@
                     - 'Content-Length: 0'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5060
             dst_addr: '127.0.0.1'

Modified: asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml?view=diff&rev=4948&r1=4947&r2=4948
==============================================================================
--- asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml Thu Apr 10 16:28:48 2014
@@ -78,7 +78,7 @@
                     - 'Content-Length:  0'
         -
             ip_family: 10
-            uuid: '(.*?)@[::1]'
+            uuid: 'PJSIP/alice-ipv6-udp-.*'
             src_addr: '[::1]'
             src_port: 5060
             dst_addr: '[::1]'
@@ -116,7 +116,7 @@
                     - 'a=sendrecv'
         -
             ip_family: 10
-            uuid: '(.*?)@[::1]'
+            uuid: 'PJSIP/alice-ipv6-udp-.*'
             src_addr: '[::1]'
             src_port: 5067
             dst_addr: '[::1]'
@@ -147,7 +147,7 @@
                     - 'a=rtpmap:0 PCMU/8000'
         -
             ip_family: 10
-            uuid: '(.*?)@[::1]'
+            uuid: 'PJSIP/alice-ipv6-udp-.*'
             src_addr: '[::1]'
             src_port: 5067
             dst_addr: '[::1]'
@@ -170,7 +170,7 @@
                     - 'Content-Length: 0'
         -
             ip_family: 10
-            uuid: '(.*?)@[::1]'
+            uuid: 'PJSIP/alice-ipv6-udp-.*'
             src_addr: '[::1]'
             src_port: 5060
             dst_addr: '[::1]'

Modified: asterisk/trunk/tests/hep/pjsip/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip/test-config.yaml?view=diff&rev=4948&r1=4947&r2=4948
==============================================================================
--- asterisk/trunk/tests/hep/pjsip/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip/test-config.yaml Thu Apr 10 16:28:48 2014
@@ -77,7 +77,7 @@
                     - 'Content-Length:  0'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5060
             dst_addr: '127.0.0.1'
@@ -115,7 +115,7 @@
                     - 'a=sendrecv'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5067
             dst_addr: '127.0.0.1'
@@ -146,7 +146,7 @@
                     - 'a=rtpmap:0 PCMU/8000'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5067
             dst_addr: '127.0.0.1'
@@ -169,7 +169,7 @@
                     - 'Content-Length: 0'
         -
             ip_family: 2
-            uuid: '(.*?)@127.0.0.1'
+            uuid: 'PJSIP/alice-ipv4-udp-.*'
             src_addr: '127.0.0.1'
             src_port: 5060
             dst_addr: '127.0.0.1'




More information about the asterisk-commits mailing list