pjproject/tests/pjsua/scripts-sendto
Nanang Izzuddin c3246980da Re #1842: Updated pjsua app to avoid stdout buffering, and also adjusted python tests accordingly.
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@5065 74dad513-b988-da41-8d7b-12977e46ad98
2015-04-13 12:14:02 +00:00
..
001_torture_4475_3_1_1_1.py Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475): 2009-03-12 11:25:11 +00:00
001_torture_4475_3_1_1_2.py Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475): 2009-03-12 11:25:11 +00:00
001_torture_4475_3_1_1_3.py Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475): 2009-03-12 11:25:11 +00:00
001_torture_4475_3_1_1_4.py Re #1346 (python test fixes): Updated test scenario involving sending REGISTER to pjsua, now pjsua has simple registrar so registration will be accepted (was rejected). 2011-08-18 17:34:29 +00:00
001_torture_4475_3_1_1_5.py Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475): 2009-03-12 11:25:11 +00:00
100_simplecall.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
110_tel_uri.py Ticket #726: bug in parsing tel: URI causing syntax error in processing the request (thanks David Weidenkopf for the report) 2009-02-13 10:13:08 +00:00
120_sdp_with_video_dynamic_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
120_sdp_with_video_dynamic_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
121_sdp_with_video_static_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
121_sdp_with_video_static_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
122_sdp_with_unknown_dynamic_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
122_sdp_with_unknown_dynamic_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
123_sdp_with_unknown_static_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
123_sdp_with_unknown_static_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
124_sdp_with_unknown_static_unknown_transport.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
125_sdp_with_multi_audio_0.py Re #1346 (python test fixes): adjust test scenario to follow the new behavior of pjsua in selecting active media from multiple media with same types, i.e: it will select the first media (previously/1.x it will will select the last). 2011-08-18 17:31:46 +00:00
125_sdp_with_multi_audio_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
125_sdp_with_multi_audio_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
125_sdp_with_multi_audio_3.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
125_sdp_with_multi_audio_4.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py Misc (#951): Fixed wrong media order in SDP response checking in python test script sendto/126. 2009-11-10 10:58:20 +00:00
140_sdp_with_direction_attr_in_session_1.py Ticket #998: 2010-02-03 14:43:25 +00:00
140_sdp_with_direction_attr_in_session_2.py Ticket #998: 2010-02-03 14:43:25 +00:00
150_err_extension.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
151_err_sdp_video.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
152_err_sdp_no_media.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
153_err_sdp_unsupported_codec.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
155_err_sdp_bad_syntax.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
156_err_sdp_bad_net_type.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
157_err_sdp_bad_addr_type.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
158_err_sdp_bad_transport_type.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
159_no_rport.py Ticket #718: Crash when handling incoming request without rport (thanks Norma Steveley and Seth Hinze for the report) 2009-02-06 08:44:23 +00:00
159_no_rport_nit.py Ticket #718: Crash when handling incoming request without rport (thanks Norma Steveley and Seth Hinze for the report) 2009-02-06 08:44:23 +00:00
160_err_duplicate_replaces.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
161_err_replaces_dlg_not_found.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
170_timer_required.py Re #1120: Fixed session timer python test scripts, pjsua app param --use-timer is requiring param value now. 2010-09-08 05:38:49 +00:00
171_timer_initiated_by_uas.py Re #1120: Fixed session timer python test scripts, pjsua app param --use-timer is requiring param value now. 2010-09-08 05:38:49 +00:00
172_timer_supported_but_not_used.py Ticket #833: 2009-08-11 12:42:38 +00:00
173_timer_offer_no_refresher.py Ticket #833: 2009-08-11 12:42:38 +00:00
173_timer_offer_refresher_uac.py Ticket #833: 2009-08-11 12:42:38 +00:00
173_timer_offer_refresher_uas.py Ticket #833: 2009-08-11 12:42:38 +00:00
174_timer_se_too_small.py Ticket #833: 2009-08-11 12:42:38 +00:00
200_ice_no_ice.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
200_ice_success_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
200_ice_success_2.py Re #1842: Updated pjsua app to avoid stdout buffering, and also adjusted python tests accordingly. 2015-04-13 12:14:02 +00:00
200_ice_success_3.py Re #1842: Updated pjsua app to avoid stdout buffering, and also adjusted python tests accordingly. 2015-04-13 12:14:02 +00:00
200_ice_success_4.py Re #1842: Updated pjsua app to avoid stdout buffering, and also adjusted python tests accordingly. 2015-04-13 12:14:02 +00:00
201_ice_mismatch_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
201_ice_mismatch_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
201_ice_mismatch_3.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
251_multipart_ok_simple.py Implemented core multipart support and support in the invite session (re #1070) 2010-08-01 09:48:51 +00:00
252_multipart_ok_clutter.py Implemented core multipart support and support in the invite session (re #1070) 2010-08-01 09:48:51 +00:00
260_multipart_err_no_sdp.py Re #1828 Changed unit test expected to 415 to sync with other code changes 2015-03-24 09:25:12 +00:00
300_srtp_crypto_case_insensitive.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
300_srtp_duplicated_crypto_tag.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
300_srtp_invalid_crypto_tag_non_numeric.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
300_srtp_receive_crypto_tag_zero.py Ticket #862: Updated pjsua python test for srtp with crypto tag zero. 2009-06-17 12:00:47 +00:00
300_srtp_receive_no_key_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
300_srtp_receive_no_key_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
300_srtp_receive_no_key_3.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
301_srtp0_recv_avp.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
301_srtp0_recv_savp.py Re #1346 (python test fixes): Updated test scenario involving negotiation SRTP-mandatory vs SRTP-disabled or vice-versa, call rejection is using 488 now (was using 406). 2011-08-18 18:11:08 +00:00
310_srtp1_no_crypto.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
311_srtp1_recv_avp.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
312_srtp1_recv_savp.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
313_srtp1_unsupported_crypto.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
320_srtp2_no_crypto.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
320_srtp_with_unknown_media_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
320_srtp_with_unknown_media_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
320_srtp_with_unknown_transport_1.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
320_srtp_with_unknown_transport_2.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
321_srtp2_recv_avp.py Re #1346 (python test fixes): Updated test scenario involving negotiation SRTP-mandatory vs SRTP-disabled or vice-versa, call rejection is using 488 now (was using 406). 2011-08-18 18:11:08 +00:00
322_srtp2_recv_savp.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
323_srtp2_receive_too_long_key.py Re #1074: Added python test for SRTP receiving too long key. 2010-06-03 02:27:41 +00:00
323_srtp2_unsupported_crypto.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
330_srtp_prefer_rtp_savp.py Misc (re #1068), updates in python test: 2010-08-06 01:03:33 +00:00
331_srtp_prefer_rtp_avp.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
360_non_sip_uri.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
361_non_sip_uri.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
362_non_sip_uri.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
363_non_sip_uri_subscribe.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
364_non_sip_uri_subscribe.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
400_fmtp_g7221_with_bitrate.py Migration of current video works from private repository to this repository. This closed #1176 2010-12-10 11:04:30 +00:00
401_fmtp_g7221_with_bitrate_24000.py Migration of current video works from private repository to this repository. This closed #1176 2010-12-10 11:04:30 +00:00
401_fmtp_g7221_with_bitrate_32000.py Migration of current video works from private repository to this repository. This closed #1176 2010-12-10 11:04:30 +00:00
410_fmtp_amrnb_offer_octet_align.py Migration of current video works from private repository to this repository. This closed #1176 2010-12-10 11:04:30 +00:00
411_fmtp_amrnb_offer_band_eff.py Migration of current video works from private repository to this repository. This closed #1176 2010-12-10 11:04:30 +00:00
412_fmtp_amrnb_offer_band_eff2.py Migration of current video works from private repository to this repository. This closed #1176 2010-12-10 11:04:30 +00:00
500_pres_subscribe_with_bad_event.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
999_asterisk_err.py Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests 2008-12-22 18:54:58 +00:00
999_message_no_body.py Misc (#915): several fixes on the python unit tests on Linux: 2009-08-17 08:29:47 +00:00