Opened 16 years ago
Closed 16 years ago
#543 closed enhancement (fixed)
Test framework for pjsua
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | applications | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Test framework for pjsua which automates testing of various settings and scenarios.
Change History (11)
comment:1 Changed 16 years ago by bennylp
comment:2 Changed 16 years ago by bennylp
r2012: SRTP negotiation tests
comment:3 Changed 16 years ago by bennylp
r2025: Registration and presence/IM testing
comment:4 Changed 16 years ago by nanang
- added new module callback : post_func (called at the end of test)
- added new param for callback : user_data
- added clockrates and resampling test : media_playrec
comment:5 Changed 16 years ago by bennylp
- added mod_sendto.py to send arbitrary INVITE request
- added some ICE offer test scenarios
comment:6 Changed 16 years ago by nanang
r2036: added SRTP tests on scripts-sendto
comment:7 Changed 16 years ago by nanang
r2038: added PESQ test
comment:8 Changed 16 years ago by nanang
r2050: added initial WAV files for test input.
comment:9 Changed 16 years ago by nanang
r2051: added mod pesq & mod media playrec to runall.py, also added some more wav files
comment:10 Changed 16 years ago by nanang
- Added L16 codecs tests, including stereo
- Added WAV files for stereo tests
- Fixed bug of calculating clock interval which should include channel count
comment:11 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
r2009: