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

Add filtering moduleIds for GetInteriorVehicleDataConsent requests to the HMI #2269

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

ShobhitAd
Copy link
Contributor

@ShobhitAd ShobhitAd commented Sep 25, 2019

Fix ATF Test Scripts for modified behavior in core fix #3050

This PR is ready for review.

Summary

Core fix #3050 adds behavior to filter the moduleIds in the GetInteriorVehicleDataConsent request forwarded to the HMI for consent.

Currently if an app sends GetInteriorVehicleDataConsent with two moduleIds(one free and one taken by another user) core would ask the HMI for consent for both moduleIds, even though one of the modules is free.

After this core fix, the moduleIds sent to the HMI will be filtered based on whether or not core can automatically decide what the consent should be for a particular moduleId. (For example in the test case https://github.com/smartdevicelink/sdl_atf_test_scripts/blob/develop/test_scripts/RC/MultipleModules/ModulesAllocation/059_3_GetInteriorVehicleDataConsent_ASK_DRIVER_multiple_modules_part_free.lua)

ATF version

develop

CLA

@ShobhitAd ShobhitAd merged commit 72e4aef into develop Sep 25, 2019
@ShobhitAd ShobhitAd deleted the fix/givdc_filtering_hmi_request branch September 25, 2019 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants