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

HMI does not apply HMIAppType from UI.ChangeRegistration during PTU #673

Open
GetmanetsIrina opened this issue Mar 18, 2022 · 1 comment
Labels

Comments

@GetmanetsIrina
Copy link

Precondition:

  1. Policy server, SDL, HMI are started
  2. Mobile app is registered with HMIAppType not defined on the Policy server (eg MEDIA)
  3. Mobile app is activated

Steps to reproduce:

  1. PTU is performed with new HMI type for the registered App (eg NAVIGATION)
  2. Activate app (After the app's AppHMIType is received due to Policies update being different from app's AppHMIType requested during registration, SDL puts such FULL or LIMITED app to BACKGROUND.)

Expected result:

  1. SDL sends the updated list of app's allowed AppHMITypes via UI.ChangeRegistration(appID, AppHMIType) to HMI in case the app's AppHMIType is received due to policies update is different from app's AppHMIType requested during registration.
  2. HMI updates the app view according to the received HMI type (HMI shows navigation screen)

Actual result:

HMI does not apply the app view according to HMI type value in UI.ChangeRegistration.(HMI still shows media screen)

Note:

HMI applies updated HMI type to the app view only after app reregistration

OS & Version Information:

@GetmanetsIrina
Copy link
Author

Please notice this is a non-regression issue. It's also reproduced on release 5.6.0

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

No branches or pull requests

2 participants