Agent: add a bulk calls scenario
Description
Add a Scheme test scenario to perform 50 calls in a row. The calls must be made in a single registration (do not unregister the account after each call).
Configuration
- Jami account
- UPNP disabled
- TURN enabled
- Audio/Video calls
Test scenario
- Create and register two accounts (Alice + Bob)
- While (callCount < 5)
- Alice calls Bob
- Bob answers
- Alice waits 4 seconds
- Alice hangs up
- Alice waits 4 seconds
The scenario must work flawlessly on local machines and CI test machines (Jenkins) The scenario will be added to CI (Jenkins) either as a separate job or added to daemon-test job (to be determined)