Actions
Test #4109
closedTest verify checksum type on updateinfo.xml
Version:
Platform Release:
Tags:
Sprint:
Quarter:
Description
Sync/Publish rpm-unsigned, read the updateinfo.xml from Pulp.
<sum type="Unknown checksum"></sum>
Related issues
Updated by kersom about 6 years ago
- Related to Issue #4033: updateinfo.xml is published with "unknown checksum" type if it's not present in a remote repo added
Updated by dalley about 6 years ago
- Subject changed from Verify checksum type on updateinfo.xml to Test verify checksum type on updateinfo.xml
Updated by ragbalak over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ragbalak
Added by ragabala over 5 years ago
Updated by Anonymous over 5 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset 5779d04f522d1208398c77bd92ed07aef5a9f75e.
Updated by ragbalak over 5 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
PR merged - https://github.com/pulp/pulp_rpm/pull/1323
Actions
Check whether the checksum type is not present in the remote repo
According to issue #4109 and #4033, the updateinfo.xml after distributing a publication, had extraneous 'unknown checksum' in the response. The sum tag is now removed from the updateinfo after publishing. This test checks that.
https://pulp.plan.io/issues/4109 closes #4109