[Asterisk-code-review] Fix coordinated transfer failures (testsuite[master])

Mark Michelson asteriskteam at digium.com
Thu Feb 11 15:08:39 CST 2016


Mark Michelson has uploaded a new patch set (#3).

Change subject: Fix coordinated transfer failures
......................................................................

Fix coordinated transfer failures

Scenarios that use SIPp's third party call control contain a coordinated
receiver scenario. This scenario opens a TCP port over which other
scenarios can send commands. Sometimes these tests will fail because the
coordinated scenario will not have its TCP port open by the time that
other scenarios are attempting to send commands.

This commit introduces a 'delay' option for SIPp scenarios that allows
for the SIPp scenario's start to be delayed by the number of seconds
specified. Each transfer scenario that uses a coordinated receiver now
has all other scenarios delayed by two seconds to allow for the
coordinated receiver to open its TCP port.

Change-Id: I0d5e1a7c352e7801ffdbf05ed06fd962a796c372
---
M lib/python/asterisk/sipp.py
M tests/channels/pjsip/transfers/attended_transfer/nominal/callee_local/test-config.yaml
M tests/channels/pjsip/transfers/attended_transfer/nominal/callee_local_blonde/test-config.yaml
M tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/test-config.yaml
M tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local_blonde/test-config.yaml
5 files changed, 30 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/41/2241/3
-- 
To view, visit https://gerrit.asterisk.org/2241
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0d5e1a7c352e7801ffdbf05ed06fd962a796c372
Gerrit-PatchSet: 3
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019



More information about the asterisk-code-review mailing list