Releases: theupdateframework/tuf-conformance
Releases · theupdateframework/tuf-conformance
v2.2.0
This release contains no new tests. Test results are not expected to change, except in one case: If test_root_rotation
or
test_non_root_rotations
are marked as "Expected To Fail" because of the non-default keytype, this expectation can now be removed: these tests now use the default keytype (ecdsa).
- local testing: "make dev" now checks for faketime binary to enable failing early (#240)
- Failure output was improved (#239)
- Tests now use default keytype whenever possible: In practice
test_non_root_rotations()
andtest_root_rotation()
switched from ed25519 to the default ecdsa key (#238) - Expected failures are now documented better (#233)