Draft: Extend pytest cases to cover split rendering in VoIP mode
- Related issues: #1119
- Requested reviewers:
Reason why this change is needed
- New VoIP split rendering test cases originally introduced in !2118 were causing CI to fail at the "compare" stage as no reference outputs were created on the main branch. For that reason, the tests were removed from !2118 in 69eb1fe9 and will be merged separately here, only after !2118 goes to main.
Description of the change
- Test cases in
tests/split_rendering/test_split_rendering.py
are additionally parameterized ondelay_profile
(None
ordly_profile_5
) to test split rendering both with and without VoIP mode.
Affected operating points
N/A
Related to #1119
Edited by sagnowski