You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Given the merge of upTUF PR 22, some adjustments to testing are merited. While this code is all covered via higher-level functions, there are more specific tests that should be added:
In test_primary and test_secondary, for the unit tests for each module's validate_time_attestation() function, check that the TUF time override has been updated appropriately. Pause a few seconds and make sure the time remains the same (TUF time override).
In the unit tests for Primary.primary_update_cycle() (and possibly the Secondary equivalent), make sure that override times get updated appropriately.
The text was updated successfully, but these errors were encountered:
Given the merge of upTUF PR 22, some adjustments to testing are merited. While this code is all covered via higher-level functions, there are more specific tests that should be added:
validate_time_attestation()
function, check that the TUF time override has been updated appropriately. Pause a few seconds and make sure the time remains the same (TUF time override).Primary.primary_update_cycle()
(and possibly the Secondary equivalent), make sure that override times get updated appropriately.The text was updated successfully, but these errors were encountered: