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

PolicyTableUpdate is failed by any reason and "ForceProtectedService"=OFF at .ini file #1891

Closed
6 of 9 tasks
AStasiuk opened this issue Nov 23, 2017 · 4 comments
Closed
6 of 9 tasks
Labels
Projects

Comments

@AStasiuk
Copy link

AStasiuk commented Nov 23, 2017

Occurrence: Always

Steps to reproduce

  1. Make sure SDL is built with default flags
  2. Set ForceProtectedService = Non in smartDeviceLink.ini
  3. Start SDL and HMI
  4. Connect mobile device
  5. Register navi mobile application
  6. PTU is triggered and failed because of invalid PT( In script missed seconds_between_retries in PT )
  7. Activate App
  8. Start secure audio/video/RPC service

Expected result

  1. For audio/video services: SDL responds StartServiceACK(encrypted=false) to this mobile application and starts not secure service.
  2. For RPC service: SDL responds StartServiceNACK since unprotected RPC service is started already.

Actual result

  1. SDL works as expected.
  2. SDL responds StartServiceACK (encrypted=false).

Test scripts

1891_1_navi.lua
1891_2_non-navi.lua
1891_3_navi_audio.lua
1891_4_navi_video.lua

Environment

Attachments

Expected delivery

  • Source code updates
  • Code comments
  • UTs add/update (not required)
  • ATF tests add/update
  • Manual tests (not required)
  • Add/update CI plans/jobs (not required)
  • SDD updates (not required)
  • Guidelines update (sdl_core_guides) (not required)
  • Guidelines update (sdl_hmi_integration_guidelines) (not required)
@AStasiuk AStasiuk changed the title SDL behaviorin case PolicyTableUpdate is failed by any reason and "ForceProtectedService"=OFF at .ini file SDL behavior in case PolicyTableUpdate is failed by any reason and "ForceProtectedService"=OFF at .ini file Nov 23, 2017
@AStasiuk AStasiuk added the Bug label Nov 24, 2017
@AStasiuk AStasiuk changed the title SDL behavior in case PolicyTableUpdate is failed by any reason and "ForceProtectedService"=OFF at .ini file PolicyTableUpdate is failed by any reason and "ForceProtectedService"=OFF at .ini file Nov 24, 2017
@aderiabin
Copy link

Contributor priority is set High with reason: The issue is related to secure service start logic.

@dboltovskyi
Copy link
Contributor

Issue is reproduced on develop branch (0b19cf4)

@jacobkeeler
Copy link
Contributor

Verified that this is fixed by #1971.

@jacobkeeler
Copy link
Contributor

Fixed with the merge of #1971

@theresalech theresalech added this to Completed Bug Fixes in 4.5.0 Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
4.5.0
Completed Bug Fixes
Development

No branches or pull requests

4 participants