Replies: 1 comment
-
profile locationConsidering the existing directory structure in the cloned repositories will look like this e.g. Git repository structure:
YAML example contenthdmicec:
features:
extendedEnumsSupported: false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example module tests being upgraded to support profiles
Please ensure that you review -> https://github.com/rdkcentral/ut-core/wiki/ut_kvp_profile:-Key%E2%80%90Value-Pair-Assertions-for-Unit-Testing
https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/blob/main/src/test_l1_hdmi_cec_driver.c
To extend it to support a global scope variable that allows the checking of a flag from the profile, it MUST default to off rather than on.
In this file
src/test_l1_hdmi_cec_driver.c
In this function
test_hdmicec_hal_l1_register()
Add the following, this will read the configuration from the profile to dynamically switch the
extendedEnumsSupported
bool.The macro function to
CHECK_FOR_EXTENDED_ERROR_CODE
Beta Was this translation helpful? Give feedback.
All reactions