-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
Description
Bug Report
SDL sends SubscribeVehicleData by registration second app
Reproduction Steps
- Register app1 and app2
- App1 subscribe VD and App2 subscribe the same VD
- Reconnect apps
Expected Behavior
- SDL resumes SubscribeVehicleData for app1 and sends SubscribeVehicleData request to HMI
- SDL resumes SubscribeVehicleData for app2 and does not send SubscribeVehicleData request to HMI
Observed Behavior
SDL sends SubscribeVehicleData requests to HMI during resumption of both apps.
OS & Version Information
- OS/Version: Ubuntu 16.04
- SDL Core Version: develop branch (2ec732c)
- Testing Against: ATF: develop branch
Script: Additional tests for VehicleData sdl_atf_test_scripts#1936 (004_Resumption_success_flow_2_apps.lua)