Project

Profile

Help

Issue #6943

closed

Infrastructure - Task #6638: [Epic] Host fixtures docker container at https://fixtures.pulpproject.org

New Pulp Project fixutres site is incorrectly setup for python plugin

Added by gerrod almost 4 years ago. Updated almost 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 75
Quarter:

Description

The links for the python packages in the /python-pypi/simple/ directory are broken. They link to localhost:8000/ instead of the hostname of the site: fixtures.pulpproject.org/ . Python tests rely on the new fixture site and thus break due to this error.

<?xml version='1.0' encoding='utf8'?>
<html>
<head>
    <title>Links for shelf-reader</title>
    <meta name="api-version" value="2" />
</head>
<body>


  <a href="http://localhost:8000/fixtures/python-pypi/packages/shelf_reader-0.1-py2-none-any.whl" rel="internal">shelf_reader-0.1-py2-none-any.whl</a><br />


  <a href="http://localhost:8000/fixtures/python-pypi/packages/shelf-reader-0.1.tar.gz" rel="internal">shelf-reader-0.1.tar.gz</a><br />

</body>
</html>

Also available in: Atom PDF