-
Notifications
You must be signed in to change notification settings - Fork 48
rest_api: Add tests for outbound websocket. #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
cherry-pick-to: 20 |
Workflow PRCheck completed successfully |
7404a92
to
beabf5d
Compare
Workflow PRCheck completed successfully |
Workflow PRCPCheck completed successfully |
beabf5d
to
9cbc93d
Compare
Attention! This pull request may contain issues that could prevent it from being accepted. Please review the checklist below and take the recommended action. If you believe any of these are not applicable, just add a comment and let us know.
Documentation: |
Workflow PRCheck completed successfully |
9cbc93d
to
8526208
Compare
Workflow PRCheck completed successfully |
8526208
to
ea644c4
Compare
Workflow PRCheck completed successfully |
* Added AriServerFactory and AriServerProtocol to lib/python/asterisk/ari.py. * Created tests/rest_api/websocket. * Moved existing tests/rest_api/websocket_requests/* tests to tests/rest_api/websocket/rest_over_websocket. * Updated the rest_over_websocket tests to use reactor.run() properly. * Added test outbound_websocket/persistent. * Added test outbound_websocket/per_call. * Added test outbound_websocket/local_ari_user_read_only. * Updated rest_api/asterisk/modules/get_modules to load res_sorcery_config.so * Updated rest_api/asterisk/modules/get_modules to load res_websocket_client.so
ea644c4
to
aa08392
Compare
Workflow PRCheck completed successfully |
tests/rest_api/websocket/rest_over_websocket.