pulp/pulp-smash

As an authenticated user, I can download content

Closed this issue · 0 comments

Add tests to explore the download feature of Pulp3.

See: 2895

Possible steps to test.

  1. Create necessary resources to server content in Pulp. Repository, importer, distribution, publisher and publication.
  2. Read the checksum of content units present in the repository.
  3. Randomly select a unit to be downloaded.
  4. Assert that the checksum of the downloaded unit is equal to checksum of the unit in repository.