Skip to content

Commit

Permalink
Merge 3c5d739 into 621e177
Browse files Browse the repository at this point in the history
  • Loading branch information
bmbouter committed Jul 2, 2019
2 parents 621e177 + 3c5d739 commit ba8901c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pulp_smash/pulp3/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@

CONTENT_PATH = urljoin(BASE_PATH, "content/")

DOWNLOAD_POLICIES = ("immediate", "on_demand", "streamed")
IMMEDIATE_DOWNLOAD_POLICIES = ("immediate", )

JWT_PATH = urljoin(BASE_PATH, "jwt/")

LAZY_DOWNLOAD_POLICIES = tuple(
[item for item in DOWNLOAD_POLICIES if item != "immediate"]
)
ON_DEMAND_DOWNLOAD_POLICIES = ("on_demand", "streamed")

MEDIA_PATH = "/var/lib/pulp"

Expand Down

0 comments on commit ba8901c

Please sign in to comment.