-
Notifications
You must be signed in to change notification settings - Fork 52
L1tests ocdm #290
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
L1tests ocdm #290
Conversation
* [OCDM] Extension for the new functionalities. * Forgot to add the capabilities. Added * [CAPSPARSER] Add a GstCapsParser for getting stream data. * [OCDM] Add a caps parse contributed by Comcast. * Add version 2 of decrypt. * Change GST_BUFFER to GST_ARRAY * Revert previious change * [OCDM] OCDM Enhancements * Review comments from Doug * Changes after more review * Address Review comments Co-authored-by: Santhosh Ramani <s.ramani@metrological.com>
* localtracer: Fixes for Messaging refactors * localtracer: use saver mkdtemp
fix height typo's
* displayinfo: Add stress test option * deviceinfo: Add stress tests * Update main.c
[DevInfo] fix build
…central#205) Broken by target name change in [5aca10](rdkcentral@5aca10)
Co-authored-by: Pierre Wielders <pierre@wielders.net>
* Cryptography: switch off provisioning option by default * ProvisionProxy: make sure -fPIC in in the pc file
rdkcentral#227) Co-authored-by: Volkan Aslan <v.aslan@metrological.com>
[ocdm] add test app
Correction for CMakeLists.txt of ocdmtest
* Update Client.h * Update Implementation.cpp * Updated all AddRef to the new standard --------- Co-authored-by: Volkan Aslan <v.aslan@metrological.com>
…dkcentral#241) * cryptography: force deprecation declarations to be a warning again * Update open_cdm_impl.h Move up to the new AddRef() --------- Co-authored-by: Pierre Wielders <pierre@wielders.net>
Reason for change : L1 test framework for ocdm and run scripts added Test procedure: Run run.sh and check tests are executed and reports generated Risks: Low Signed-off-by: nkader321 <NoorjahanRofina_KaderMohideen@comcast.com>
|
nkader321 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Please append a credit for RDKM to the end of the NOTICE file at top level: Copyright 2024 RDK Management and I will clear the Blackduck test. |
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.
This is a big PR which is hard to read. Please break it up in smaller chunks.
What I already did see is the removal of dedicates namespaces (Exchange) and location of include files for the include (removal of interface)
There is a strict policy in the code development for Thunder that it is strong typed and specifically indicated. This means that dropping "interface" in the include and the removal of the namespace Exchange is a degradation of code quality! So please revert those changes...
Please review the change for RDK-53574 OCDM client l1test framework