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

Commit

Permalink
Add constant to modular RPM repository.
Browse files Browse the repository at this point in the history
Add a constant to a newly added fixture.

See: pulp/pulp-fixtures#84
  • Loading branch information
Kersom authored and rochacbruno committed Aug 14, 2018
1 parent 4a01bee commit 3a0928b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pulp_2_tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@
Built from :data:`RPM_UNSIGNED_FEED_URL` and :data:`RPM2`.
"""

RPM_WITH_MODULES_FEED_URL = urljoin(PULP_FIXTURES_BASE_URL, 'rpm-with-modules/')
"""The URL to a modular RPM repository."""

RPM_WITH_PULP_DISTRIBUTION_FEED_URL = urljoin(
PULP_FIXTURES_BASE_URL, 'rpm-with-pulp-distribution/')
"""The URL to a RPM repository with a PULP_DISTRIBUTION.xml file."""
Expand Down

0 comments on commit 3a0928b

Please sign in to comment.