Actions
Test #8301
closedPulp to Pulp sync test uses sha1 checksum, fails on the default configuration
Version:
Platform Release:
Tags:
Easy Fix
Sprint:
Sprint 91
Quarter:
Description
I tried to run the tests and got some failures due to SHA1 checksums
https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/tests/functional/api/test_pulp_to_pulp.py#L91
E HTTP response body: {"non_field_errors":["Checksum must be one of allowed types: ['sha224', 'sha256', 'sha384', 'sha512'].\nYou can adjust these with the 'ALLOWED_CONTENT_CHECKSUMS' setting."]}
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by ggainey over 3 years ago
Updated by ggainey over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset 89ceabeb4d8e80451fea217a9474e00530e128af.
Updated by ttereshc over 3 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
Actions
Taught test_pulp_to_pulp to not rely on SHA1.
fixes #8301