Skip to content
Snippets Groups Projects
Commit c4bae4ea authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3076] Fixed authentication issue and hardcoded ip address in test suite

parent 8cbadd46
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@
<send retrans="500">
<![CDATA[
BYE sip:192.168.50.79 SIP/2.0
BYE sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: <sip:[local_ip]:[local_port]>;tag=[call_number]
To: <sip:[remote_ip]:[remote_port]>;tag=[$1]
......
......@@ -62,12 +62,35 @@ function test_ip2ip_recv_hangup {
# sleep 1;
# start sipp client and send calls
sipp -sf ip2ip_uac_send_peer_hungup.xmlip2ip_uac_send_hangup.xml ${REMOTEADDR_lo} -i ${LOCALIP_lo} -p ${LOCALPORT} -l 1 -m 10
sipp -sf ip2ip_uac_send_peer_hungup.xml ${REMOTEADDR_lo} -i ${LOCALIP_lo} -p ${LOCALPORT} -l 1 -m 10
# kill every one
# bashtrap
}
# SCENARIO 1 Test 4
function test_ip2ip_recv_peer_hungup {
# start sflphoned
# /usr/lib/sflphone/sflphoned&
# wait some time to make sure sflphoned is started
# sleep 1;
# python ../tools/pysflphone/pysflphone_testdbus.py &
# wait some time to make sure client is bound
# sleep 1;
# start sipp client and send calls
sipp -sf ip2ip_uac_send_hangup.xml ${REMOTEADDR_lo} -i ${LOCALIP_lo} -p ${LOCALPORT} -l 1 -m 10
# kill every one
# bashtrap
}
# SCENARIO 2 Test 1
function test_account_send_hangup {
......@@ -276,7 +299,7 @@ bashtrap()
# Test 4: - Receive an ACCOUNT call
# - Peer Hangup
# test_account_recv_peer_hungup
test_account_recv_peer_hungup
......@@ -302,4 +325,4 @@ bashtrap()
# Test 1: - Receive a call
# - Refuse (hangup without answer)
test_ip2ip_send_refused
\ No newline at end of file
# test_ip2ip_send_refused
\ No newline at end of file
......@@ -300,7 +300,7 @@ sflphone.setFirstRegisteredAccount();
# Test 4: - Receive an ACCOUNT call
# - Peer Hangup
# testsuite.test_account_recv_peer_hungup()
testsuite.test_account_recv_peer_hungup()
......@@ -327,4 +327,4 @@ sflphone.setFirstRegisteredAccount();
# Test 1: - Receive an incoming call
# - Hangup without answer
testsuite.test_ip2ip_recv_refuse()
# testsuite.test_ip2ip_recv_refuse()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment