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

AlertManeuver: SDL sends success = false in case of UNSUPPORTED_RESOURCE #1585

Closed
5 of 9 tasks
DrachenkoAnastasiia opened this issue Jun 1, 2017 · 2 comments
Closed
5 of 9 tasks
Labels

Comments

@DrachenkoAnastasiia
Copy link

Occurrence

Always

Preconditions

  1. SDL is built with Proprietary flag.
  2. SDL and HMI are started. First ignition cycle.
  3. Connect device
  4. Register new application.

Steps to reproduce

  1. App->SDL: AlertManeuver(imageType = "STATIC")
  2. SDL->HMI: Navigation.AlertManeuver(imageType = "STATIC")
  3. HMI->SDL: Response for Navigation.AlertManeuver(UNSUPPORTED_RESOURCE)
  4. SDL-App: Response for AlertManeuver
  5. Check parameters of AlertManeuver response

Actual result

{ success = false, resultCode = "UNSUPPORTED_RESOURCE"}

Expected result

{ success = true, resultCode = "UNSUPPORTED_RESOURCE"}

Environment

SDL: https://github.com/LuxoftAKutsan/sdl_core/tree/integration/4.3.1 (35344c8)
ATF: https://github.com/smartdevicelink/sdl_atf/tree/develop (fe002fb)
ATF Scripts: https://github.com/smartdevicelink/sdl_atf_test_scripts/tree/develop (4ba374c)
OS: Ubuntu 14.04 LTS x64

Attachments

SDLOPEN-2451.zip

Expected delivery

  • Source code updates
  • Code comments
  • UTs add/update
  • ATF tests add/update (not required)
  • 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)
@jacobkeeler jacobkeeler added the Bug label Mar 8, 2018
@jacobkeeler
Copy link
Contributor

Related: #1596, #1597, #1600

@jacobkeeler
Copy link
Contributor

Not reproducible on develop

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