-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
TC-OPCREDS 3.5: Automate #34345
TC-OPCREDS 3.5: Automate #34345
Conversation
gvargas-csa
commented
Jul 16, 2024
PR #34345: Size comparison from 74768a8 to bc91a9c Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Current status: OpCreds_3.5 needs a function to modify the cert in order to follow the steps from test plan we need differentiate from icac_original, so the approach is using a icac ( |
TODO still - need plumbing to properly expire case sessions.
Finish up OPCREDS-3.5
…trusted root matches RCAC
Co-authored-by: C Freeman <[email protected]>
PR #34345: Size comparison from cbf92b7 to 1d53a69 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* chore(TC_OPCREDS_3.4): skeleton class * chore(TC_OPCREDS_3.4): implementation until step CSRRequest IsForUpdatedNOC=True * chore(TC_OPCREDS_3.4): All test step are implement using the old way to printed them * chore(TC_OPCREDS_3.4): patch from restyled code * chore(TC_OPCREDS_3.4): restyled by autopep8 * chore(TC_OPCREDS_3.5): first implementation of test steps * chore(TC_OPCREDS_3.5): ICAC modification of subjects on-hold * chore(TC_OPCREDS_3.5): revert changes on commissioningBuildingBlocks * chore(TC_OPCREDS_3.5): revert changes on TC_OPCREDS_3_2 * chore(TC_OPCREDS_3.5): revert changes on TC_OPCREDS_3_4 * chore(TC_OPCREDS_3.5): draft -> flow to modify the validity of certificates * chore(TC_OPCREDS_3.5): expose certificateValidityPeriod method outside C/C++ DLL * OPCREDS-3.5: fix and add rest of steps TODO still - need plumbing to properly expire case sessions. * Expire sessions properly * Fix up test steps * chore(TC_OPCREDS_3.5): remove comments and dependencies unused * chore(TC_OPCREDS_3.5): restyled by clang-format and isort * chore(TC_OPCREDS_3.5): restyled by isort * chore(TC_OPCREDS_3.5): add assert validation for step 3 * chore(TC_OPCREDS_3.5): modify step 3 verify that at least one of the trusted root matches RCAC * chore(TC_OPCREDS_3.5): fix restyled by autopep8 * chore(TC_OPCREDS_3.5): fix validation to one or more entries in step 3 * chore(TC_OPCREDS_3.5): fix beecause there is not guaranteed order for the list step 3 * chore(TC_OPCREDS_3.5): restyled by autopep8 * Update src/python_testing/TC_OPCREDS_3_5.py Co-authored-by: C Freeman <[email protected]> * chore(TC_OPCREDS_3.5): restyled by autopep8 * chore(TC_OPCREDS_3.5): add 'Sec' suffix to certificate validity settings * chore(TC_OPCREDS_3.5): restyled by autopep8 --------- Co-authored-by: cecille <[email protected]>