[Asterisk-code-review] CI: Fix pjsip testsuite tests that are missing type=global (testsuite[master])

Jenkins2 asteriskteam at digium.com
Wed Jul 18 08:31:28 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9507 )

Change subject: CI: Fix pjsip testsuite tests that are missing type=global
......................................................................

CI: Fix pjsip testsuite tests that are missing type=global

There are 23 pjsip-related tests that have a "global" section in
their pjsip.conf file but don't have a "type=global".  This not only
causes the section to be ignored, it also causes the realtime_converter
to throw a KeyError because the "type" parameter isn't found.

Change-Id: I21fddb9d699c937f830ac8ab6084850c0c1aaefe
---
M tests/channels/pjsip/qualify/call_unreachable/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
M tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
M tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
M tests/hep/rtcp-sender/configs/ast1/pjsip.conf
M tests/hep/rtcp-sender/configs/ast2/pjsip.conf
M tests/rtp/strict_rtp/configs/ast1/pjsip.conf
M tests/rtp/strict_rtp/configs/ast2/pjsip.conf
23 files changed, 23 insertions(+), 0 deletions(-)

Approvals:
  Jenkins2: Looks good to me, approved; Approved for Submit



diff --git a/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/pjsip.conf b/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/pjsip.conf
index 0059c9a..e8bdbaf 100644
--- a/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/qualify/call_unreachable/configs/ast1/pjsip.conf
@@ -1,4 +1,5 @@
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
index 854e9f5..75ad69d 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
index fe762d3..7c5f517 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
index 6bd5d16..e3813ea 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
index 47d66ff..528155b 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
index 89f70b3..8e07fba 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
index 58ecc7d..4c7185f 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
index b74729e..55ff724 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
index d3877e0..63d58ed 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
index 854e9f5..75ad69d 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
index 58ecc7d..4c7185f 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
index 6bd5d16..e3813ea 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
index d3877e0..63d58ed 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
index 89f70b3..8e07fba 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
index fe762d3..7c5f517 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
index b74729e..55ff724 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
index 47d66ff..528155b 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf
@@ -4,6 +4,7 @@
 timer_b=6400
 
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf b/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
index 10b02b0..c66bf2a 100644
--- a/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
+++ b/tests/hep/rtcp-receiver/configs/ast1/pjsip.conf
@@ -1,4 +1,5 @@
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf b/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
index 2ff0cfb..d8e0bed 100644
--- a/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
+++ b/tests/hep/rtcp-receiver/configs/ast2/pjsip.conf
@@ -1,4 +1,5 @@
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/hep/rtcp-sender/configs/ast1/pjsip.conf b/tests/hep/rtcp-sender/configs/ast1/pjsip.conf
index 10b02b0..c66bf2a 100644
--- a/tests/hep/rtcp-sender/configs/ast1/pjsip.conf
+++ b/tests/hep/rtcp-sender/configs/ast1/pjsip.conf
@@ -1,4 +1,5 @@
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/hep/rtcp-sender/configs/ast2/pjsip.conf b/tests/hep/rtcp-sender/configs/ast2/pjsip.conf
index 2ff0cfb..d8e0bed 100644
--- a/tests/hep/rtcp-sender/configs/ast2/pjsip.conf
+++ b/tests/hep/rtcp-sender/configs/ast2/pjsip.conf
@@ -1,4 +1,5 @@
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/rtp/strict_rtp/configs/ast1/pjsip.conf b/tests/rtp/strict_rtp/configs/ast1/pjsip.conf
index c633496..21b9693 100644
--- a/tests/rtp/strict_rtp/configs/ast1/pjsip.conf
+++ b/tests/rtp/strict_rtp/configs/ast1/pjsip.conf
@@ -1,4 +1,5 @@
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]
diff --git a/tests/rtp/strict_rtp/configs/ast2/pjsip.conf b/tests/rtp/strict_rtp/configs/ast2/pjsip.conf
index 4db6013..32ff3ca 100644
--- a/tests/rtp/strict_rtp/configs/ast2/pjsip.conf
+++ b/tests/rtp/strict_rtp/configs/ast2/pjsip.conf
@@ -1,4 +1,5 @@
 [global]
+type=global
 debug=yes
 
 [local-transport-udp]

-- 
To view, visit https://gerrit.asterisk.org/9507
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I21fddb9d699c937f830ac8ab6084850c0c1aaefe
Gerrit-Change-Number: 9507
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180718/2abed857/attachment-0001.html>


More information about the asterisk-code-review mailing list