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
Description of issue or feature request:
Add tests for updating delegated roles metadata following 5.7 from the specification. A preliminary list of expected test cases:
Fetch target with consistent targets on/off
- local target file exists
- target hashes/length match
Failure to fetch target
- Download errors
- Hashes and length mismatch
Caching
The tests should:
Use RepositorySimulator for serving test files in-memory.
If possible avoid duplicating test cases when toggling consistent targets
"black-box" Updater, don't look at its internals, check if files are downloaded as expected (or not downloaded as expected).
The text was updated successfully, but these errors were encountered:
Description of issue or feature request:
Add tests for updating delegated roles metadata following 5.7 from the specification. A preliminary list of expected test cases:
Fetch target with consistent targets on/off
- local target file exists
- target hashes/length match
Failure to fetch target
- Download errors
- Hashes and length mismatch
Caching
The tests should:
The text was updated successfully, but these errors were encountered: