res_pjsip_rfc7329: add tests for new module res_pjsip_rfc7329#127
res_pjsip_rfc7329: add tests for new module res_pjsip_rfc7329#127mr-gmr wants to merge 1 commit intoasterisk:masterfrom
Conversation
|
cherry-pick-to: 20 |
|
Workflow PRCheck failed |
c03eefc to
7dcdde7
Compare
|
Workflow PRCheck failed |
7dcdde7 to
49abdef
Compare
49abdef to
1cc1aea
Compare
|
Workflow PRCheck failed |
1cc1aea to
740eda5
Compare
|
Workflow PRCheck failed |
740eda5 to
2c1ca27
Compare
|
Workflow PRCheck failed |
|
I don't even understand what's wrong with the tests here. Locally, everything passes... |
gtjoseph
left a comment
There was a problem hiding this comment.
- Remove modules.conf from the tests that don't need to explicitly prevent it from loading.
- Remove extensions.conf from registration tests.
- Remove bob's scenario unless it's different from alice's
- Add checks to the tests that don't have them or remove the tests since they don't actually test anything.
tests/channels/pjsip/rfc7329/disabled_no_session_id_registration/test-config.yaml
Show resolved
Hide resolved
tests/channels/pjsip/rfc7329/disabled_no_session_id_registration/test-config.yaml
Outdated
Show resolved
Hide resolved
tests/channels/pjsip/rfc7329/disabled_no_session_id_registration/configs/ast1/extensions.conf
Outdated
Show resolved
Hide resolved
tests/channels/pjsip/rfc7329/disabled_no_session_id_registration/configs/ast1/modules.conf
Outdated
Show resolved
Hide resolved
tests/channels/pjsip/rfc7329/disabled_no_session_id_registration_unloaded/test-config.yaml
Show resolved
Hide resolved
...s/channels/pjsip/rfc7329/enabled_dialog_generation_registration/configs/ast1/extensions.conf
Outdated
Show resolved
Hide resolved
tests/channels/pjsip/rfc7329/enabled_dialog_generation_registration/test-config.yaml
Show resolved
Hide resolved
tests/channels/pjsip/rfc7329/enabled_dialog_generation_registration_unloaded/test-config.yaml
Show resolved
Hide resolved
Add a dedicated rfc7329 test suite under tests/channels/pjsip for asterisk/asterisk#1713 UserNote: The suite covers options , registration, invite/refer scenarios. rfc7329 enabled and disabled behavior. Module loaded and unloaded variants. Caller/callee dialogs across active scenarios . REFER flows including Refer-To Session-ID storage (alice/bob/charlie)
2c1ca27 to
e0a9b2e
Compare
|
Workflow Check completed successfully |
|
Just for future reference... Users don't see testsuite commits so no need for UserNote, UpgradeNote, etc. The PR is good as it is though so no need to change anything. |
Add a dedicated rfc7329 test suite under tests/channels/pjsip for asterisk/asterisk#1713
UserNote: The suite covers options , registration, invite/refer scenarios. rfc7329 enabled and disabled behavior. Module loaded and unloaded variants. Caller/callee dialogs across active scenarios . REFER flows including Refer-To Session-ID storage (alice/bob/charlie)