Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add missing PRNDL enum value to the HMI API #2431

Closed
HSavynetska opened this issue Jul 30, 2018 · 0 comments
Closed

Add missing PRNDL enum value to the HMI API #2431

HSavynetska opened this issue Jul 30, 2018 · 0 comments
Labels

Comments

@HSavynetska
Copy link

Bug Report

Add missing PRNDL enum value to the HMI API

Descriptions:

In the Mobile API for the enum PRNDL there is
one extra value "UNKNOWN" which is not present
in the HMI API.

Preconditions:

  1. Copy all files and sub-folders in lua folder (https://adc.luxoft.com/svn/APPLINK/doc/technical/testing/TestCases/lua) to /ATF_build/ folder
  2. Update config.lua file: Update path to SDL bin folder and storage folder like this.
    config.SDLStoragePath = "/home/luxoft/develop15/bin/storage/"
    config.pathToSDL = "/home/luxoft/develop15/bin/"
  3. Update "sdl_preloaded_pt.json" file to allow SubscribeVehicleData and OnVehicleData (refer to "sdl_preloaded_pt.json" file is attached)

Steps to reproduce:

  1. Execute "ATF_OnVehicleData_prndl_error.lua" script
Expected Behavior

When SDL receives OnVehicleData(prndl = "FAULT"), SDL forwards to mobile with the same value.

Observed Behavior

When SDL receives OnVehicleData(prndl = "FAULT"), SDL forwards to mobile with the different value OnVehicleData(prndl = "UNKNOWN")

Refer to ATF log file, SDL log file and ATF script in attached files

Attachments

APPLINK-18848.zip

OS & Version Information
  • OS/Version:
  • SDL Core Version:
  • Testing Against:
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants