Seven Du
|
7b873a2dc3
|
[mod_loopback] Add video support to null endpoint
* [mod_loopback] add video support to null channel
* [core test] add video session support
* [core] add video channel test case
|
2021-10-23 01:21:22 +03:00 |
|
Chris Rienzo
|
9e49a4176b
|
[test] Fix fst_session_park() to wait for CF_PARK instead of CS_PARK. CF_PARK will be set when the channel has actually parked.
|
2021-03-17 19:46:18 +03:00 |
|
s3rj1k
|
91f12b5920
|
[Unit-tests] Fix previously defined AM_* in tests.
|
2021-02-23 20:59:26 +03:00 |
|
Chris Rienzo
|
bd46061a10
|
[test] Disable logs when loading and shutting down FS core
|
2020-05-18 21:20:06 +04:00 |
|
Chris Rienzo
|
bc9515468e
|
[test] Fix out of bound buffer read in switch_test
|
2020-05-07 02:58:30 +04:00 |
|
Andrey Volk
|
893a3cdc1f
|
[Unit-test] Run tests in parallel
|
2020-01-23 02:29:57 +04:00 |
|
Andrey Volk
|
751d5ff55b
|
[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check.
|
2020-01-18 09:58:42 +00:00 |
|
Andrey Volk
|
44ba7eb753
|
[Unit-tests] Do not initiate sqldb by default unless requested.
|
2020-01-07 21:17:52 +04:00 |
|
Chris Rienzo
|
9c3f9a9a50
|
[core] Add SMBF_FIRST flag which forces media bug to front of the list. Add 'f' flag to switch_ivr_displace_session to add displace as first operation on the media stream. (#76)
|
2019-12-31 03:14:31 +04:00 |
|
Andrey Volk
|
4c434aef1f
|
[Unit-tests] Fix test framework by telling sqldb to manage handles so they don't leak and are destroyed on shutdown.
|
2019-11-26 22:54:17 +04:00 |
|
Andrey Volk
|
2865603ad2
|
[Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN
|
2019-11-26 01:54:43 +04:00 |
|
Chris Rienzo
|
c55b989220
|
FS-11979 [test] Fix error message log in fst_xcheck()
|
2019-08-02 11:47:03 -04:00 |
|
Chris Rienzo
|
3c11fa9657
|
FS-11781 [test] try again with the test fix- need to have pool allocated sooner
|
2019-07-09 19:27:47 +04:00 |
|
Chris Rienzo
|
d4f1af83e8
|
FS-11781 [test] Fix memory leak in test
|
2019-07-09 19:27:39 +04:00 |
|
Chris Rienzo
|
9e57da8dfb
|
FS-11781 [test] shut down FS core when test finishes
|
2019-07-09 19:27:32 +04:00 |
|
Chris Rienzo
|
2dcf963318
|
FS-11781 [test] separate basedirs for tests to allow parallel build
|
2019-07-09 19:27:22 +04:00 |
|
Chris Rienzo
|
a4ab865f65
|
FS-11781 [test] log reason for core load failure
|
2019-07-09 19:27:12 +04:00 |
|
Chris Rienzo
|
bc02888e51
|
FS-11781 [test] Add more string checks
|
2019-07-09 19:27:04 +04:00 |
|
Chris Rienzo
|
824356cc94
|
FS-11725 [core,test] Fix switch_core to allow MINIMAL core to load without freeswitch.xml. Fix test framework to exit if FreeSWITCH core fails to load.
|
2019-07-09 19:25:06 +04:00 |
|
Seven Du
|
1ddd4c992b
|
FS-11569 add rate to null endpoint
|
2018-12-20 10:19:33 -05:00 |
|
Chris Rienzo
|
a754d379ba
|
FS-11442 [test] enable module runtime when loading it
|
2018-12-20 10:19:14 -05:00 |
|
Chris Rienzo
|
d46f4f2149
|
FS-11442 [test] add fst_check_extension_apps to compare dialplan apps with expected.
|
2018-12-20 10:19:08 -05:00 |
|
Liyang
|
69252d9911
|
missing comma
https://freeswitch.org/jira/browse/FS-11465
|
2018-12-20 10:18:48 -05:00 |
|
Seven Du
|
b53d1caea0
|
FS-11461: [mod_av] Add test code, improve tests on Windows.
|
2018-12-20 10:18:42 -05:00 |
|
Andrey Volk
|
2ae3b85721
|
FS-11461: [core] Fix mod_av test code on Windows.
|
2018-12-20 10:18:35 -05:00 |
|
Chris Rienzo
|
0c8f5ed60d
|
FS-11453 [core] remove dependency to libtap for unit tests
move all core unit tests to tests/unit
|
2018-12-20 10:18:28 -05:00 |
|
Chris Rienzo
|
2226c3c621
|
FS-11453 [mod_rayo] convert to fst testing
|
2018-12-20 10:18:14 -05:00 |
|
Chris Rienzo
|
101512ba33
|
FS-11442 [mod_test] new module, mod_test - mock ASR interface.
|
2018-12-20 10:17:50 -05:00 |
|
Chris Rienzo
|
a4a0dd81bb
|
FS-11442 [core] allow multiple test modules to be loaded in the same test program.
|
2018-12-20 10:17:39 -05:00 |
|
Chris Rienzo
|
5014e11eeb
|
FS-11442 [core] Add test helpers for wall time measurements and integer/double range checks. Improve simple test log output to identify which test the failure is in.
|
2018-12-20 10:17:27 -05:00 |
|
Chris Rienzo
|
3dd0eadcc1
|
FS-11442 [core] added test helpers for constructing XML objects
|
2018-12-20 10:17:15 -05:00 |
|
Chris Rienzo
|
e95beb8d4f
|
FS-11442 [core] added fst_play_and_detect_app_test and fst_sched_recv_dtmf
|
2018-12-20 10:17:04 -05:00 |
|
Chris Rienzo
|
3f512c0a74
|
FS-11439 [core] Update switch_test.h so unprivileged users can execute tests when basedir is owned by root.
|
2018-12-20 10:16:53 -05:00 |
|
Seven Du
|
e36caa7544
|
FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined
|
2018-12-20 10:16:46 -05:00 |
|
Chris Rienzo
|
d298b4f93a
|
FS-11416 [core] add test framework header files.
|
2018-09-27 14:19:48 -04:00 |
|