mirror of
https://github.com/AllStarLink/app_rpt.git
synced 2026-08-26 14:27:32 -04:00
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
12 lines
324 B
Diff
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'
|