Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Updating MODULE_FIXTURES_ERRATA to account for --recursive copy
Browse files Browse the repository at this point in the history
Updates to the definition of `--recursive` and `--recursive_conservative`
are now defined in documentation with PR #1289 and Redmine Story

The amount of units copied on a `--recursive` eratta copy is now updated
to reflect that change.

refs #4371
  • Loading branch information
bherrin3 authored and Kersom committed Mar 7, 2019
1 parent c6bd2d3 commit 1f78c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_2_tests/constants.py
Expand Up @@ -141,7 +141,7 @@
MODULE_FIXTURES_ERRATA = MappingProxyType({
'errata_id': 'RHEA-2012:0059',
'rpm_count': 2,
'total_available_units': 3,
'total_available_units': 5,
})
"""The errata information containing the modular rpm data."""

Expand Down

0 comments on commit 1f78c0f

Please sign in to comment.