-
Notifications
You must be signed in to change notification settings - Fork 244
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
SDL doesn't provide individual VD result code for clusterModeStatus in SubscribeVehicleData/UnsunscribeVehicleData responses from HMI #3460
Comments
Please take into account that for |
@dboltovskyi can you please advise if Luxoft is planning to submit a PR to resolve this issue? Thank you! |
@theresalech Yes, Luxoft team is planning to submit a fix for this issue. |
Closed via #3830 |
The issue is reproduced on the current develop branch 8f1ccb2 for new scripts PR 2618 Please notice Luxoft team is going to prepare a fix. |
@VjKlepikov It looks like the failure in smartdevicelink/sdl_atf_test_scripts#2618 is slightly different than the described issue, but similar. In this case, if the app requests |
Closed via #3847 |
Bug Report
SDL doesn't provide individual VD result code for
clusterModeStatus
inSubscribeVehicleData/UnsunscribeVehicleData
responses from HMI in case of 2 apps.Reproduction Steps
Preconditions:
SubscribeVehicleData
RPC and<vd_param>
parameter are allowed by policiesApp_1
andApp_2
are registeredApp_1
successfully subscribes to<vd_param>
In case:
App_2
sends validSubscribeVehicleData(<vd_param>=true)
request to SDLExpected Behavior
SDL does:
(success = true, resultCode = "SUCCESS", <vd_param> = <data received from HMI>)
toApp_2
Observed Behavior
SDL does:
<vd_param> = <data received from HMI>)
in response toApp_2
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: