Actions
Test #6901
closedTest #6052: Systematically add repository tests
Add test to check validity of distributed repos
Platform Release:
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulp_deb/385":https://github.com/pulp/pulp_deb/issues/385
We should have a test that synchronizes a fully valid repository from the fixtures, creates, a publication, and finally a distribution, and finally tests that distribution for validity.
Ideally we would use an actual APT client to do this, and possibly even test installing a package from the test repository.
Updated by quba42 over 4 years ago
My basic approach would be:
- Create a simple example repo in the fixtures containing a single package without dependencies.
- Syncing, Publishing, and Distributing this repo.
- Running a container that consumes the distributed repo and installs the example package. (Assert that the package contents are not there before, and are there after the installation).
I don't know how feasible it is to run a test in a separate container that talks to the pulp container?
Updated by quba42 about 4 years ago
- Sprint/Milestone changed from Wishlist to Testing
Updated by pulpbot almost 3 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE
Actions