Skip to content
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

Add PTU check for allow_unknown_rpc_passthrough #2187

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test_scripts/AppServices/RPCPassThrough/009_UnknownRPC_Consume…
…r_UNSUPPORTED_REQUEST_policy_allow_flag_false.lua

Co-Authored-By: JackLivio <jack@livio.io>
  • Loading branch information
ShobhitAd and Jack-Byrne authored Apr 11, 2019
commit 0456e8efd0ad2a3470996aae2af3ef98d3ad3fd1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Precondition:
-- 1) app1 and app2 are registered on SDL.
-- 2) AppServiceProvider permissions(with NAVIGATION AppService permissions to handle rpc FutureRequest) are assigned for <app1ID>
-- 3) allow_unknown_rpc_passthrough is set to true for <app2ID>
-- 3) allow_unknown_rpc_passthrough is set to false for <app2ID>
-- 4) app1 sends a PublishAppService (with {serviceType=NAVIGATION, handledRPC=FutureRequest} in the manifest)
--
-- Steps:
Expand Down