app_rpt/tests/apps/tests_apps.diff
InterLinked1 5153f27797
tests: Add initial test suite test for fast disconnect. (#533)
As part of work on troubleshooting the issues raised in #459
and #460, add a test to try to capture this condition.
The test doesn't reliably capture that issue (it passes
most of the time), but it should continue to pass if there
is a fix.

Since this is our first test, some changes have been made
to rpt_install.sh to allow patching the tests in if the
Asterisk test suite is present. The CI also runs the tests
now.

Note: This is a test suite (black box) test. Currently, there
aren't any unit tests (white box) tests.

Part of #20
2025-03-22 23:48:29 -04:00

12 lines
324 B
Diff

diff --git a/tests/apps/tests.yaml b/tests/apps/tests.yaml
index 4c8261c..9124368 100644
--- a/tests/apps/tests.yaml
+++ b/tests/apps/tests.yaml
@@ -4,6 +4,7 @@ tests:
- dir: 'directory'
- dir: 'bridge'
- dir: 'dial'
+ - dir: 'rpt'
- test: 'originate'
- dir: 'voicemail'
- dir: 'confbridge'