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

SDL must start PTU for navi app right after app successfully registration #1925

Closed
6 of 9 tasks
AStasiuk opened this issue Nov 24, 2017 · 3 comments
Closed
6 of 9 tasks
Labels

Comments

@AStasiuk
Copy link

AStasiuk commented Nov 24, 2017

Occurrence: Always

Steps to reproduce

  1. Make sure SDL is built with default flags
  2. Start SDL and HMI
  3. Connect mobile device
  4. Register non-navi mobile application
  5. PTU for registered application without certificate and with navi application in PT is performed
  6. Register navi application

Expected result

SDL starts PolicyTableUpdate process on sending SDL.OnStatusUpdate(UPDATE_NEEDED) to HMI to get "certificate" after app successfully registration.

Actual result

SDL does not start PolicyTableUpdate process.

Test scripts

1925_1_navi_no_cert_new_app.lua
1925_2_navi_no_cert_existing_app.lua
1925_3_navi_cert_new_app.lua
1925_4_navi_cert_existing_app.lua
1925_5_non-navi_no_cert_new_app.lua
1925_6_non-navi_no_cert_existing_app.lua
1925_7_non-navi_cert_new_app.lua
1925_8_non-navi_cert_existing_app.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)
@dboltovskyi
Copy link
Contributor

Priority was set to High. Issue makes impossible starting of secure sessions because of absent certificate in PT. TLS handshake will not be resumed until valid certificate will be received.

@dboltovskyi
Copy link
Contributor

dboltovskyi commented Dec 27, 2017

Issue is reproduced on commit (47df5db), but not reproduced on current develop branch (0b19cf4)

@jacobkeeler
Copy link
Contributor

Fixed on current develop branch

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants