[Unit-tests] Fix-up usage of sipp in the register_403 unit-test of mod_sofia
This commit is contained in:
parent
864e194a21
commit
9af0d5b460
|
@ -555,7 +555,7 @@ skiptest:
|
||||||
|
|
||||||
switch_event_bind("sofia", SWITCH_EVENT_CUSTOM, NULL, event_handler_reg_fail, NULL);
|
switch_event_bind("sofia", SWITCH_EVENT_CUSTOM, NULL, event_handler_reg_fail, NULL);
|
||||||
|
|
||||||
sipp_ret = start_sipp_uas(local_ip_v4, 6080, "sipp-scenarios/uac_407_subscriber.xml", "-inf data.csv");
|
sipp_ret = start_sipp_uas(local_ip_v4, 6080, "sipp-scenarios/uas_register_403.xml", "");
|
||||||
if (sipp_ret < 0 || sipp_ret == 127) {
|
if (sipp_ret < 0 || sipp_ret == 127) {
|
||||||
fst_requires(0); /* sipp not found */
|
fst_requires(0); /* sipp not found */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue