Issue #4320
closedPackageManagerConsumeTestCase fails
Description
It looks like the functional test PackageManagerConsumeTestCase is failing. One thing I noticed is that it's using localhost:8000 for the repository baseurl when I think it should be using localhost:8080 since the repository's files (e.g. repomd,xml) are served by the content application.
Related issues
Updated by daviddavis almost 6 years ago
Here's how to run the pulp-smash test:
pytest -v -r sx --color=yes --pyargs pulp_rpm/tests/functional/api/test_consume_content.py
Updated by daviddavis almost 6 years ago
It looks like the docs incorrectly point to localhost:8000
too:
https://pulp-rpm.readthedocs.io/en/latest/workflows/upload.html
Updated by CodeHeeler almost 6 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 47
Updated by kersom almost 6 years ago
When running the test confirm that problem addressed on the 4302 was added to the Pulp deployment.
Updated by ttereshc almost 6 years ago
- Related to Task #4302: Ansible installer for Pulp3 needs to add a systemd unit file for the pulp_content_app service added
Updated by dalley almost 6 years ago
I fixed it in the docs. The smash issue remains. I think the config needs to support different ports (or possibly hostname-port combinations) for the API vs content download.
Updated by ttereshc almost 6 years ago
- Status changed from NEW to POST
Added by Bruno Rocha almost 6 years ago
Updated by Anonymous almost 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset 57619f27a9021327a4d0235ef4d29a2883b5573a.
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Fix gen_yum_config_file function and reads content_host role.
:
intead of=
and that was causing dnf errors.content
role if defined.Required PR: https://github.com/PulpQE/pulp-smash/pull/1169
closes: #4320 https://pulp.plan.io/issues/4320