-
Notifications
You must be signed in to change notification settings - Fork 260
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 test kernel module for system and odm DLKM partition #2082
Add test kernel module for system and odm DLKM partition #2082
Conversation
The vts_dlkm_partition_test vts test case will check if “/<system/odm>/lib/modules” is a symlink to “/<system/odm>_dlkm/lib/modules. If there is no module in the partition, symlink will not be created. So this is a WA patch to pass the VTS. The WA patch can be removed if enable GKI on X86 platform. Test Done: Boot vts_dlkm_partition_test Tracked-On: OAM-126048 Signed-off-by: Chen, Gang G <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
46a6ebb
into
projectceladon:celadon/u/mr0/master
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon_umr0_master-merge/163 |
The vts_dlkm_partition_test vts test case will check if
“/<system/odm>/lib/modules” is a symlink to
“/<system/odm>_dlkm/lib/modules. If there is no module
in the partition, symlink will not be created.
So this is a WA patch to pass the VTS. The WA patch can be removed if enable GKI on X86 platform.
Test Done:
Boot
vts_dlkm_partition_test
Tracked-On: OAM-126048